Skip to content

Commit

Permalink
Merge pull request #139 from ethpandaops/fixing-holesky-files
Browse files Browse the repository at this point in the history
fixing holesky files
  • Loading branch information
parithosh authored Jun 21, 2024
2 parents b1001ff + dcaacf2 commit 4b854aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/el-gen/holesky/besu_genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"londonBlock": 0,
"preMergeForkBlock": 0,
"terminalTotalDifficulty": 0,
"shanghaiTime": 1694790240,
"shanghaiTime": 1696000704,
"ethash": {},
"cancunTime": 1707305664,
"depositContractAddress": "0x4242424242424242424242424242424242424242"
Expand Down Expand Up @@ -1013,5 +1013,5 @@
"nonce": "0x1234",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp": "1694786100"
"timestamp": "1695902100"
}
10 changes: 5 additions & 5 deletions apps/el-gen/holesky/chainspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"eip3198Transition": "0x0",
"eip3529Transition": "0x0",
"eip3541Transition": "0x0",
"eip4895TransitionTimestamp": "0x65047260",
"eip3855TransitionTimestamp": "0x65047260",
"eip3651TransitionTimestamp": "0x65047260",
"eip3860TransitionTimestamp": "0x65047260",
"eip4895TransitionTimestamp": "0x6516eac0",
"eip3855TransitionTimestamp": "0x6516eac0",
"eip3651TransitionTimestamp": "0x6516eac0",
"eip3860TransitionTimestamp": "0x6516eac0",
"terminalTotalDifficulty": "0x0",
"eip4844TransitionTimestamp": "0x65C36AC0",
"eip4788TransitionTimestamp": "0x65C36AC0",
Expand All @@ -62,7 +62,7 @@
},
"difficulty": "0x01",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x65046234",
"timestamp": "0x65156994",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "",
"gasLimit": "0x17D7840"
Expand Down
4 changes: 2 additions & 2 deletions apps/el-gen/holesky/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mergeNetsplitBlock": 0,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1694790240,
"shanghaiTime": 1696000704,
"cancunTime": 1707305664,
"depositContractAddress": "0x4242424242424242424242424242424242424242"
},
Expand Down Expand Up @@ -1012,5 +1012,5 @@
"nonce": "0x1234",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp": "1694786100"
"timestamp": "1695902100"
}

0 comments on commit 4b854aa

Please sign in to comment.