Skip to content

Commit

Permalink
Prague times for holesky and sepolia (#8255)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu authored Feb 6, 2025
1 parent b24ff90 commit 952deb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ public static Collection<Object[]> parameters() {
new ForkId(Bytes.ofUnsignedInt(0xfe3366e7L), 1735371L),
new ForkId(Bytes.ofUnsignedInt(0xb96cbd13L), 1677557088L),
new ForkId(Bytes.ofUnsignedInt(0xf7f9bc08L), 1706655072L),
new ForkId(Bytes.ofUnsignedInt(0x88cf81d9L), 1739980128L),
new ForkId(Bytes.ofUnsignedInt(0xbafd09c3L), 0L),
new ForkId(Bytes.ofUnsignedInt(0xbafd09c3L), 0L))
new ForkId(Bytes.ofUnsignedInt(0x88cf81d9L), 1740471648L),
new ForkId(Bytes.ofUnsignedInt(0x8f6dc030L), 0L),
new ForkId(Bytes.ofUnsignedInt(0x8f6dc030L), 0L))
},
new Object[] {
NetworkName.HOLESKY,
List.of(
new ForkId(Bytes.ofUnsignedInt(0xc61a6098L), 1696000704L),
new ForkId(Bytes.ofUnsignedInt(0xfd4f016bL), 1707305664L),
new ForkId(Bytes.ofUnsignedInt(0x9b192ad0L), 1739352768L),
new ForkId(Bytes.ofUnsignedInt(0xf818a0d6L), 0L),
new ForkId(Bytes.ofUnsignedInt(0xf818a0d6L), 0L))
new ForkId(Bytes.ofUnsignedInt(0x9b192ad0L), 1739942592L),
new ForkId(Bytes.ofUnsignedInt(0xebef3829L), 0L),
new ForkId(Bytes.ofUnsignedInt(0xebef3829L), 0L))
},
new Object[] {
NetworkName.MAINNET,
Expand Down
2 changes: 1 addition & 1 deletion config/src/main/resources/holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"terminalTotalDifficulty": 0,
"shanghaiTime": 1696000704,
"cancunTime": 1707305664,
"pragueTime": 1739352768,
"pragueTime": 1739942592,
"blobSchedule": {
"cancun": {
"target": 3,
Expand Down
2 changes: 1 addition & 1 deletion config/src/main/resources/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"terminalTotalDifficulty": 17000000000000000,
"shanghaiTime": 1677557088,
"cancunTime": 1706655072,
"pragueTime": 1739980128,
"pragueTime": 1740471648,
"blobSchedule": {
"cancun": {
"target": 3,
Expand Down

0 comments on commit 952deb7

Please sign in to comment.