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

Custom gas price #130

Closed IntinteDAO closed 4 years ago

IntinteDAO commented 4 years ago

I didn't find this option in the commands or help, so I assume it's not.

I could use a command like this for transaction:send.

IntinteDAO commented 4 years ago

https://github.com/protofire/eth-cli/issues/96 I think value was added, but without gas price ...?

fvictorio commented 4 years ago

Hey @IntinteDAO, eth tx:send should support it. Let me know if it doesn't work for you.

eth tx:nop and eth contract:send should support it, but they don't, I will open an issue for that.

IntinteDAO commented 4 years ago

Yep, works (I think), I just didn't find this option in help menu, but it was there ;)