DeFiFoFum / hardhat-template

Solidity Smart Contract development template using modern Web3 frameworks/tools including Hardhat, Typechain and more.
GNU General Public License v3.0
1 stars 3 forks source link

Improve `gasPrice` and `gas` input/output #17

Open DeFiFoFum opened 9 months ago

DeFiFoFum commented 9 months ago

Different EVM chains respond differently to network congestions, and gas costs. This leads deployments or transactions to becoming stuck or failing. (Think DeployManager)

It would be nice to have a most sophisticated way to view and handle gas (maybe a way config to scale gas costs/estimations for different chains, not JUST a hardcoded value, but one which checks the current network and scales)