Skip to content

Commit

Permalink
Fix icon, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed May 28, 2024
1 parent 08685be commit 34074ff
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 39 deletions.

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions Assets/Thirdweb/Core/Scripts/Wallets/ThirdwebWalletConnect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ public async Task<string> Connect(WalletConnection walletConnection, string rpc)

public async Task Disconnect(bool endSession = true)
{
// if (endSession)
// {
// try
// {
// await WalletConnect.Instance.DisconnectAsync();
// }
// catch (Exception e)
// {
// ThirdwebDebug.LogWarning($"Error disconnecting WalletConnect: {e.Message}");
// }
// }

await WalletConnect.Instance.DisconnectAsync();

_web3 = null;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5129,7 +5129,7 @@ MonoBehaviour:
- provider: 1
sprite: {fileID: 21300000, guid: 3707a9cd5e5944947812bcf0fa8a7bab, type: 3}
- provider: 2
sprite: {fileID: 21300000, guid: 3707a9cd5e5944947812bcf0fa8a7bab, type: 3}
sprite: {fileID: 21300000, guid: aa1e79762e06bab44b224debe00d9da1, type: 3}
- provider: 3
sprite: {fileID: 21300000, guid: 3e5d6a23922d2534984e078557413826, type: 3}
- provider: 4
Expand Down

0 comments on commit 34074ff

Please sign in to comment.