ethereum / ens-registrar-dapp

Registrar DApp for the Ethereum Name Service
MIT License
94 stars 56 forks source link

Change default gas price for every non-time-critical operations to 1 gwei #189

Open veqtor opened 6 years ago

veqtor commented 6 years ago

ETH Gas Station reports 0.6 gwei as the safe low fee for transactions, currently operations like setup have a default gas price set to 34,70109127 gwei. With Mist, this results in setup operations cost, at the current date, of $2.44 instead of the more reasonable $0.07 at 1 gwei price. In mist, it is impossible, or at least, extremely difficult to change gas price, making all operations to ENS far too expensive. ETH Gas station has an API that should be used to determine a good price, safe low being what should be the default price for all non-time-critical operations such as setup http://ethgasstation.info/json/ethgasAPI.json