go-ethereum/common/constants
benjamin202410 370c6b62e7
update devnet 1559 block number (#736)
* update devnet 1559 block number

* update devnet 1559 block number

---------

Co-authored-by: liam.lai <liam.lai@us>
2024-11-17 21:23:19 -08:00
..
constants.go.devnet update devnet 1559 block number (#736) 2024-11-17 21:23:19 -08:00
constants.go.testnet Dev upgrade merge from master to fix rpc nodes (#615) 2024-08-21 00:17:39 -07:00
README.md add devnet constants 2022-09-03 14:54:48 +08:00

Constants

This directory is used by dockerfile when builing the per environment constants.go The benefit of this structure is to allow devnet, testnet and mainnet to have different constants configuration setup.

The default file under common directory is for the mainnet, whereas all files under this constants directory will override the constants.go when building image. For example, when building devnet images, we will do ADD common/constants/constants.go.devnet /work/common/constants.go