Skip to content

Commit fe8a24c

Browse files
committed
fix: test after new hardfork added
1 parent 5fe025d commit fe8a24c

File tree

1 file changed

+1
-1
lines changed
  • crates/scroll/chainspec/src

1 file changed

+1
-1
lines changed

crates/scroll/chainspec/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ mod tests {
633633
),
634634
(
635635
Head { number: 4740239, timestamp: 1753167600, ..Default::default() },
636-
ForkId { hash: ForkHash([0x19, 0xbb, 0x92, 0xc6]), next: 0 },
636+
ForkId { hash: ForkHash([0x19, 0xbb, 0x92, 0xc6]), next: u64::MAX },
637637
),
638638
],
639639
);

0 commit comments

Comments
 (0)