Skip to content

Commit

Permalink
Fix typo error
Browse files Browse the repository at this point in the history
Fixed error while declaring EthereumWalletRegistry instance. Error
caused using Mainnet contracts on Goerli chain resulting with
error when SDK is consumed with an entrypoint.
  • Loading branch information
kpyszkowski committed Oct 31, 2023
1 parent 95ad1a2 commit 79abf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/lib/ethereum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export async function loadEthereumContracts(
const tbtcVault = new EthereumTBTCVault({ signerOrProvider: signer }, network)
const walletRegistry = new EthereumWalletRegistry(
{ signerOrProvider: signer },
"mainnet"
network
)

const bridgeWalletRegistry = await bridge.walletRegistry()
Expand Down

0 comments on commit 79abf70

Please sign in to comment.