fix: add remaining sepolia test vector from geth (#1974)

This commit is contained in:
Dan Cline
2023-03-24 16:06:03 -04:00
committed by GitHub
parent 2e0755fc2d
commit d07a0b9d2e

View File

@@ -799,7 +799,11 @@ mod tests {
ForkId { hash: ForkHash([0xb9, 0x6c, 0xbd, 0x13]), next: 1677557088 },
),
(
Head { number: 1735372, timestamp: 1677557090, ..Default::default() },
Head { number: 1735372, timestamp: 1677557087, ..Default::default() },
ForkId { hash: ForkHash([0xb9, 0x6c, 0xbd, 0x13]), next: 1677557088 },
),
(
Head { number: 1735372, timestamp: 1677557088, ..Default::default() },
ForkId { hash: ForkHash([0xf7, 0xf9, 0xbc, 0x08]), next: 0 },
),
],