temp debugging print

This commit is contained in:
julian 2023-03-31 15:14:45 -06:00
parent 2458d2912b
commit bcadb07e9b

View file

@ -108,6 +108,11 @@ class EthTokenWallet extends ChangeNotifier with EthTokenCache {
value: web3dart.EtherAmount.inWei(BigInt.one),
);
print("==============================================================");
print("client.estimateGas: $est");
print("estimateFeeFor : $feeEstimate");
print("==============================================================");
final tx = web3dart.Transaction.callContract(
contract: _deployedContract,
function: _sendFunction,