From 82d8acb7a2ab6d5ab917c9455356f54a85922368 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 27 Aug 2024 16:53:05 -0600 Subject: [PATCH] erc20 gas limit --- lib/wallets/wallet/impl/sub_wallets/eth_token_wallet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallets/wallet/impl/sub_wallets/eth_token_wallet.dart b/lib/wallets/wallet/impl/sub_wallets/eth_token_wallet.dart index 81d2dc71e..ad6e31d79 100644 --- a/lib/wallets/wallet/impl/sub_wallets/eth_token_wallet.dart +++ b/lib/wallets/wallet/impl/sub_wallets/eth_token_wallet.dart @@ -39,7 +39,7 @@ class EthTokenWallet extends Wallet { late web3dart.DeployedContract _deployedContract; late web3dart.ContractFunction _sendFunction; - static const _gasLimit = 200000; + static const _gasLimit = 65000; // ===========================================================================