web3modal
web3modal copied to clipboard
[bug] Coinbase Smart wallet not auto reconnecting after creating the web3modal instance
Link to minimal reproducible example
none
Summary
After connecting to the coinbase smart wallet via the web3modal i am unable to reconnect to it automatically on page refresh. With all other wallets it works fine and i can get reconnected to my previous wallet just by creating the web3modal Instance
this is how i am instantiating the modal instance
createWeb3Modal({
ethersConfig,
chains: chainsData,
projectId: WEB3MODAL_PROJECT_ID,
enableAnalytics: false,
allowUnsupportedChain: true,
featuredWalletIds: [
<list of wallet ids>
],
allWallets: 'HIDE',
})
List of related npm package versions
"@web3modal/ethers5": "^5.0.11",
Please confirm that this issue occurs in our latest version.
This is fixed in the latest AppKit release