diff --git a/example.js b/example.js index 60feb18..abd0c9a 100644 --- a/example.js +++ b/example.js @@ -200,7 +200,7 @@ async function onDisconnect() { // WalletConnect will default to the existing session // and does not allow to re-scan the QR code with a new wallet. // Depending on your use case you may want or want not his behavir. - await web3Modal.clearCachedProvider(); + web3Modal.clearCachedProvider(); provider = null; }