Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/execution/evm/src/chainspec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub const DEVNET_DYNAMIC_COMMITTEE_SIZING_BLOCK: u64 = u64::MAX;
pub const TESTNET_DYNAMIC_COMMITTEE_SIZING_BLOCK: u64 = 10_934_554;

/// DynamicCommitteeSizing activation block on the Rayls mainnet
pub const MAINNET_DYNAMIC_COMMITTEE_SIZING_BLOCK: u64 = u64::MAX;
pub const MAINNET_DYNAMIC_COMMITTEE_SIZING_BLOCK: u64 = 8_291_010;

/// DynamicCommitteeSizing activation block on the local sandbox network.
pub const LOCAL_DYNAMIC_COMMITTEE_SIZING_BLOCK: u64 = 0;
Expand Down
Loading