Skip to content

Commit

Permalink
fix nft dialog for ethers 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
KidSysco committed Jan 13, 2024
1 parent 6f8fe51 commit 86dbd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useDialogNft.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function useDialogNft(walletPublicKey,
if (hasTokenId.value) {
const { getTokenMetaData } = await useBlockchain(
itemsPerPage,
new ethers.providers.JsonRpcProvider(blockchains.fantom.publicRpc),
new ethers.JsonRpcProvider(blockchains.fantom.publicRpc),
walletPublicKey,
walletPublicKey,
contractAddress,
Expand Down

0 comments on commit 86dbd5e

Please sign in to comment.