Skip to content

Commit

Permalink
fix: first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Nov 7, 2024
1 parent 2c65ef2 commit 32420c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { vechain_sdk_core_ethers } from '@vechain/sdk-core';
import { JsonRpcApiProvider } from 'ethers';
import { type HardhatVeChainProvider } from '../hardhat-provider/hardhat-provider';
import {
type JsonRpcError,
Expand All @@ -11,7 +11,7 @@ import { stringifyData } from '@vechain/sdk-errors';
* JSON RPC provider for ethers.
* Needed to customize ethers functionality into hardhat plugin.
*/
class JSONRPCEthersProvider extends vechain_sdk_core_ethers.JsonRpcApiProvider {
class JSONRPCEthersProvider extends JsonRpcApiProvider {
/**
* Instance of Hardhat VeChain provider to wrap
*/
Expand Down

0 comments on commit 32420c5

Please sign in to comment.