Skip to content

Commit

Permalink
erc20 gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-CStack committed Aug 27, 2024
1 parent 0ddecd2 commit 82d8acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallets/wallet/impl/sub_wallets/eth_token_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EthTokenWallet extends Wallet {
late web3dart.DeployedContract _deployedContract;
late web3dart.ContractFunction _sendFunction;

static const _gasLimit = 200000;
static const _gasLimit = 65000;

// ===========================================================================

Expand Down

0 comments on commit 82d8acb

Please sign in to comment.