Crate pallet_evm_chain_id
source ·Expand description
§EVM chain ID pallet
The pallet that stores the numeric Ethereum-style chain id in the runtime. It can simplify setting up multiple networks with different chain ID by configuring the chain spec without requiring changes to the runtime config.
NOTE: we recommend that the production chains still use the const parameter type, as this extra storage access would imply some performance penalty.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.