Hi!
I’m using the wagmi and no modal SDK in my application. For authorization, I call the connectAsync
function with useConnect
which is imported from “wagmi”. However, for verification, I need a tokenId
, but the connectAsync
function only returns address
and chainId
. The question is, where can I get the tokenId
?
Version in my app:
“@web3auth/base”: “^8.5.0”,
“@web3auth/ethereum-provider”: “^8.5.0”,
“@web3auth/no-modal”: “^8.5.0”,
“@web3auth/openlogin-adapter”: “^8.5.0”,
“@web3auth/solana-provider”: “^8.6.2”,
“@web3auth/web3auth-wagmi-connector”: “^6.0.0”,