Disconnect the Provider

When establishing a connection, Panda Wallet will whitelist the requesting applications domain. To sever this connection you can simply call disconnect().

const wallet = initProvider(); // see "Detecting the Provider"

await wallet.disconnect()

Last updated