Bolo
December 13, 2020, 1:39pm
1
Hey
I have set a fixed price like the demo code, however my tx are still used the estimate speed.
one on my transition, I am using GasLimit. This option is compatible with GasPrice?
const tx = await contract['harvest'](strategy.address, { gasLimit: 3000000});
My wallet.
The Address 0xd849511eba9f7daf7c45dcba182714a3d8ffe792 page allows users to view transactions, balances, token holdings and transfers of both ERC-20 and ERC-721 (NFT) tokens, and analytics.
B.
1 Like
Hi @Bolo ,
The documentation suggests that you can use the new gasPrice
(set a fixed gas price to use rather than speed) and gasLimit
(limit on gas used by the transaction).
Hi @Bolo ,
Just to confirm, gasLimit
and gasPrice
are completely independent.
The only restriction is that you cannot set gasPrice
and speed
together.