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
The gas price currently comes from the Ethereum network, but yes I should add the ability to override it for those wish to have finer grained control. Give me a day to think about the best way to support this in a more general way.
I think I will add a optional function to signers for getGasPrice(tx).
I would also like to add a feature where the gasPrice can be set to specific constants, in which case it will use the ethers gas oracle; for example "low" would use the current safe low value for the network. I still need to think more about this though, since it will greatly increase the traffic to my public API.
If you need something ASAP, for now, you can just create a custom signer, which will allow you to override this.
Currently defaults to 35 Gwei. Suggested value is 25 Gwei as per this article from cryptokitties team https://medium.com/@CryptoKitties/cryptokitties-birthing-fees-increases-in-order-to-accommodate-demand-acc314fcadf5
Please make options object (or at least gas price) overridable in Manager.prototype.giveBirth()
The text was updated successfully, but these errors were encountered: