Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.phantom.com/llms.txt

Use this file to discover all available pages before exploring further.

Event emitted upon the wallet losing connection to the RPC provider. This is not a user “disconnecting” from a dapp, or otherwise revoking access between the dapp and the wallet.
 window.ethereum.on('disconnect', () => {
      console.log('lost connection to the rpc')
});
You can see an example of hooking into this eventin our sandbox.