You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using web3modal (of walletconnect) which provides multiple wallets (metamask, coinbase, qr based mobile wallet connection and others) in my app. web3modal (version 2) internally uses wagmi hooks of ethereum. I'm unable to find the right type of provider for parent and child providers of the configuration to be injected during the init() function of POSClient:
what is the right type of provider to be injected and how to get one from web3modal ? web3modal internally uses ethers.js, but the only example i've seen requires privateKey to create a wallet. what if the privateKey is not accessible (like in case of providers of web3modal v2).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using web3modal (of walletconnect) which provides multiple wallets (metamask, coinbase, qr based mobile wallet connection and others) in my app. web3modal (version 2) internally uses wagmi hooks of ethereum. I'm unable to find the right type of provider for parent and child providers of the configuration to be injected during the init() function of POSClient:
what is the right type of provider to be injected and how to get one from web3modal ? web3modal internally uses ethers.js, but the only example i've seen requires privateKey to create a wallet. what if the privateKey is not accessible (like in case of providers of web3modal v2).
Beta Was this translation helpful? Give feedback.
All reactions