We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354dd67 commit e0f34b8Copy full SHA for e0f34b8
Assets/Thirdweb/Core/Scripts/Wallets/ThirdwebMetamask.cs
@@ -36,7 +36,7 @@ public async Task<string> Connect(WalletConnection walletConnection, string rpc)
36
37
public Task Disconnect()
38
{
39
- MetaMaskUnity.Instance.Disconnect(false);
+ MetaMaskUnity.Instance.Disconnect(true);
40
_web3 = null;
41
return Task.CompletedTask;
42
}
0 commit comments