@@ -575,12 +575,17 @@ mod tests {
575575 // Feynman
576576 (
577577 Head { number : 7096836 , timestamp : 1755576000 , ..Default :: default ( ) } ,
578- ForkId { hash : ForkHash ( [ 0x38 , 0x0f , 0x78 , 0x5d ] ) , next : u64 :: MAX } ,
578+ ForkId { hash : ForkHash ( [ 0x38 , 0x0f , 0x78 , 0x5d ] ) , next : 1765868400 } ,
579579 ) ,
580580 // Galileo
581581 (
582- Head { number : 7096836 , timestamp : u64:: MAX , ..Default :: default ( ) } ,
583- ForkId { hash : ForkHash ( [ 0x50 , 0xe7 , 0xe6 , 0xd5 ] ) , next : 0 } ,
582+ Head { number : 7096836 , timestamp : 1765868400 , ..Default :: default ( ) } ,
583+ ForkId { hash : ForkHash ( [ 0x58 , 0xdf , 0x9b , 0x21 ] ) , next : 1766041200 } ,
584+ ) ,
585+ // GalileoV2
586+ (
587+ Head { number : 7096836 , timestamp : 1766041200 , ..Default :: default ( ) } ,
588+ ForkId { hash : ForkHash ( [ 0xca , 0x90 , 0x54 , 0xd4 ] ) , next : 0 } ,
584589 ) ,
585590 ] ,
586591 ) ;
@@ -633,7 +638,12 @@ mod tests {
633638 ) ,
634639 // Galileo
635640 (
636- Head { number : 7096836 , timestamp : u64:: MAX , ..Default :: default ( ) } ,
641+ Head { number : 7096836 , timestamp : 1765868400 , ..Default :: default ( ) } ,
642+ ForkId { hash : ForkHash ( [ 0x18 , 0xd3 , 0xc8 , 0xd9 ] ) , next : 0 } ,
643+ ) ,
644+ // GalileoV2
645+ (
646+ Head { number : 7096836 , timestamp : 1766041200 , ..Default :: default ( ) } ,
637647 ForkId { hash : ForkHash ( [ 0x18 , 0xd3 , 0xc8 , 0xd9 ] ) , next : 0 } ,
638648 ) ,
639649 ] ;
0 commit comments