protofire / eth-cli

CLI swiss army knife for Ethereum developers
https://www.npmjs.com/package/eth-cli
MIT License
239 stars 40 forks source link

Add support for gas and gasPrice in `tx:nop` and `contract:send` #131

Open fvictorio opened 4 years ago

fvictorio commented 4 years ago

Both should support --gasPrice, as tx:send does.

contract:send should support --gas, as tx:send does. tx:nop could support it too, but it doesn't make a lot of sense (it will always require only 21000).

zfogg commented 3 years ago

+1 when can we get this?