diff --git a/lib/services/ethereum/ethereum_token_service.dart b/lib/services/ethereum/ethereum_token_service.dart index 09fe51e21..81bd6ed86 100644 --- a/lib/services/ethereum/ethereum_token_service.dart +++ b/lib/services/ethereum/ethereum_token_service.dart @@ -108,7 +108,6 @@ class EthTokenWallet extends ChangeNotifier with EthTokenCache { fee, ), amountOfGas: BigInt.from(_gasLimit), - value: web3dart.EtherAmount.inWei(BigInt.one), ); final nonce = args?["nonce"] as int? ??