You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking by default.
I won't set manually the value because I have to check the current gas fee before calling the issuer and, then, set the command line param.
If today the fee is 40 and tomorrow will be 50, I want to be 44 and 55 (+10%) automatically to have a faster confirmation, without have any call (with other libraries) in the script calling the issuer.
So I believe it's not a bad idea, but basically you would manually check the current gas fee, and use that multiplier to adjust the base value to the current prices? So instead of modifying 3 values, changing just one?
I am wondering if that process couldn't be somewhat automated?
I was thinking adding a parameter in the configuration to be able to change the default from etherscan to speed up the confirmation time.
We have these parameters
--tx_fee
--gas_price
--gas_limit
I'm proposing to add a "multiplier" to be used to change the default values
Is there any interest? Can I prepare a PR?
Design:
The text was updated successfully, but these errors were encountered: