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 c24a669 commit d17e067Copy full SHA for d17e067
Assets/Thirdweb/Runtime/Unity/Wallets/Core/WalletConnectWallet.cs
@@ -195,7 +195,6 @@ public Task<string> SignTransaction(ThirdwebTransactionInput transaction)
195
196
public async Task<string> SendTransaction(ThirdwebTransactionInput transaction)
197
{
198
- Debug.Log("DEFAULT CHAIN ID: " + WalletConnect.Instance.SignClient.AddressProvider.DefaultChainId);
199
var task = _walletConnectService.SendTransactionAsync(
200
new TransactionInput()
201
0 commit comments