Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion metadata/besu.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@
"terminalTotalDifficulty": 58750000000000000000000,
"shanghaiTime": 1681338455,
"cancunTime": 1710338135,
"ethash": {
"pragueTime": 1746612311,
"ethash": {},
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
"blobSchedule": {
"cancun": {
"target": 3,
"max": 6,
"baseFeeUpdateFraction": 3338477
},
"prague": {
"target": 6,
"max": 9,
"baseFeeUpdateFraction": 5007716
}
},
"discovery": {
"dns": "enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@all.mainnet.ethdisco.net",
Expand Down
22 changes: 21 additions & 1 deletion metadata/chainspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,27 @@
"eip4844TransitionTimestamp": "0x65F1B057",
"eip5656TransitionTimestamp": "0x65F1B057",
"eip6780TransitionTimestamp": "0x65F1B057",
"terminalTotalDifficulty": "C70D808A128D7380000"
"eip2537TransitionTimestamp": "0x681B3057",
"eip2935TransitionTimestamp": "0x681B3057",
"eip6110TransitionTimestamp": "0x681B3057",
"eip7002TransitionTimestamp": "0x681B3057",
"eip7251TransitionTimestamp": "0x681B3057",
"eip7702TransitionTimestamp": "0x681B3057",
"eip7623TransitionTimestamp": "0x681B3057",
Comment thread
pk910 marked this conversation as resolved.
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
"terminalTotalDifficulty": "C70D808A128D7380000",
"blobSchedule": {
"cancun": {
"target": 3,
"max": 6,
"baseFeeUpdateFraction": 3338477
},
"prague": {
"target": 6,
"max": 9,
"baseFeeUpdateFraction": 5007716
}
}
},
"genesis": {
"seal": {
Expand Down
3 changes: 3 additions & 0 deletions metadata/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ CAPELLA_FORK_EPOCH: 194048 # April 12, 2023, 10:27:35pm UTC
# Deneb
DENEB_FORK_VERSION: 0x04000000
DENEB_FORK_EPOCH: 269568 # March 13, 2024, 01:55:35pm UTC
# Electra
ELECTRA_FORK_VERSION: 0x05000000
ELECTRA_FORK_EPOCH: 364032 # May 7, 2025, 10:05:11am UTC
Comment thread
pk910 marked this conversation as resolved.


# Time parameters
Expand Down
15 changes: 14 additions & 1 deletion metadata/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,21 @@
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1681338455,
"cancunTime": 1710338135,
"pragueTime": 1746612311,
"ethash": {},
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa"
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
"blobSchedule": {
"cancun": {
"target": 3,
"max": 6,
"baseFeeUpdateFraction": 3338477
},
"prague": {
"target": 6,
"max": 9,
"baseFeeUpdateFraction": 5007716
}
}
},
"nonce": "0x42",
"timestamp": "0x0",
Expand Down