web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

[bug] Coinbase Smart wallet not auto reconnecting after creating the web3modal instance

Open moda20 opened this issue 1 year ago • 1 comments

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",

moda20 avatar Sep 06 '24 09:09 moda20

Please confirm that this issue occurs in our latest version.

rtomas avatar Sep 11 '24 03:09 rtomas

This is fixed in the latest AppKit release

0xmkh avatar Jan 23 '25 10:01 0xmkh