Documentation
¶
Overview ¶
AP1 defines constants used after the Apricot Phase 1 upgrade.
Index ¶
Constants ¶
View Source
const ( // MinGasPrice is the minimum gas price of a transaction after the Apricot // Phase 1 upgrade. // // This value was replaced with the Apricot Phase 3 dynamic fee mechanism. MinGasPrice = 225 * utils.GWei // GasLimit is the target amount of gas that can be included in a single // block after the Apricot Phase 1 upgrade. // // This value encodes the default parameterization of the initial gas // targeting mechanism. GasLimit = 8_000_000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.