After disconnecting my wallet on Coinbase (following this guide), I expected my client to receive an event to trigger a logout. However, no event is being received.
The same issue occurs on Web3Auth’s official demo application: https://demo.web3auth.io/.
I’m using the following Web3Auth dependencies:
"@web3auth/auth-adapter": "^9.5.4",
"@web3auth/base": "^9.5.4",
"@web3auth/default-evm-adapter": "^9.5.4",
"@web3auth/ethereum-provider": "^9.5.4",
"@web3auth/no-modal": "^9.5.4",
"@web3auth/wallet-connect-v2-adapter": "^9.5.4"
Has anyone encountered this issue before? Is there a recommended way to detect wallet disconnection in this setup?