ethers-io / ethers-ens

Deprecated; please see `@ethersproject/cli` instead
https://github.com/ethers-io/ethers.js/tree/ethers-v5-beta/packages/cli
48 stars 15 forks source link

allow user to change the gas price #13

Closed jadster closed 4 years ago

jadster commented 6 years ago

I'd be great if I could change the gas price (e.g. when using --cheap) via some cli commands. Seems like things are working these days with 1Gwei or even less (with some patience)...

ricmoo commented 6 years ago

Ah yes, I need to remove --cheap. You can simply use --gas-price GWEI instead:

// 1 Gwei
ethers-ens --gas-price 1 ...
// 0.1 Gwei
ethers-ens --gas-price 0.1 ...
jadster commented 6 years ago

olala olala very nice. thanks.

ricmoo commented 4 years ago

Just catching up on old issues. This is now (and has been for a while ;)) supported. :)