remove value from estimate for token tx

This commit is contained in:
julian 2023-03-31 18:30:32 -06:00
parent e584070b96
commit 9a86a6fe9e

View file

@ -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? ??