This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
What units are used in the console log? #4406
Closed
andras-ballai
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, thanks for raising this - the units are "Ethereum Gas Units" as described here: https://ethereum.org/en/developers/docs/gas. We don't output the actual Eth cost for the transaction, the reason being while the Gas Units doesn't vary (for a given transaction), but the actual Eth cost will change drastically, so the Eth cost in the development environment isn't especially meaningful. I'd be interested to understand if providing this information would be useful for your workflow, how we improve this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using ganache I get the following transaction log:
I'd like to know what the unit of "Gas usage" is here, I'm assuming Gwei, but I'd like to be certain.
I'd also appreciate if the unit was always provided both in the CLI --help command and in outputs.
Beta Was this translation helpful? Give feedback.
All reactions