Merge pull request 'op/zora/mainnet: add missing hardfork timestamps to genesis.json' (#21) from issue-189 into main

Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
2026-06-22 11:06:01 +00:00

View File

@@ -21,8 +21,19 @@
"terminalTotalDifficultyPassed": true, "terminalTotalDifficultyPassed": true,
"optimism": { "optimism": {
"eip1559Elasticity": 6, "eip1559Elasticity": 6,
"eip1559Denominator": 50 "eip1559Denominator": 50,
} "eip1559DenominatorCanyon": 250
},
"shanghaiTime": 1704992401,
"canyonTime": 1704992401,
"deltaTime": 1708560000,
"ecotoneTime": 1710374401,
"fjordTime": 1720627201,
"graniteTime": 1726070401,
"holoceneTime": 1736445601,
"isthmusTime": 1746806401,
"jovianTime": 1764691201,
"karstTime": 1783526401
}, },
"nonce": "0x0", "nonce": "0x0",
"timestamp": "0x6488e7cf", "timestamp": "0x6488e7cf",
@@ -15247,4 +15258,4 @@
"gasUsed": "0x0", "gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"baseFeePerGas": "0x3b9aca00" "baseFeePerGas": "0x3b9aca00"
} }