Skip to content
Prev Previous commit
TS is unit used to trigger the hardork
  • Loading branch information
rakita authored Apr 8, 2024
commit 0ee9f5ba4fb56dcad3377b7cd92e6e8c56d0d678
2 changes: 1 addition & 1 deletion crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub enum SpecId {
GRAY_GLACIER = 14, // Gray Glacier 15050000
MERGE = 15, // Paris/Merge 15537394 (TTD: 58750000000000000000000)
SHANGHAI = 16, // Shanghai 17034870 (TS: 1681338455)
CANCUN = 17, // Cancun 19426587 (Epoch: 269568)
CANCUN = 17, // Cancun 19426587 (TS: 1710338135)
#[default]
LATEST = u8::MAX,
}
Expand Down