Gas Fees #966
JacobEverly
started this conversation in
General
Gas Fees
#966
Replies: 1 comment
-
Yes, that's correct. The contribution towards the block gas cost is the total amount spent above what was required for inclusion: (effectiveGasPrice - baseFee) * gasUsed https://github.com/ava-labs/subnet-evm/blob/master/consensus/dummy/consensus.go#L295-L313 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Genesis config for EVM, we have in our docs that min/maxBlockGasCost : Sets the minimum/maxmium amount of gas to charge for the production of a block.
For the gas that is paid for the block production, I assume that the amount of gas contributed to this total amount varies by each transaction? Is that correct.
Beta Was this translation helpful? Give feedback.
All reactions