Files
ethereum-rpc-docker/op/superseed/sepolia/rollup.json
Claude Agent 97d2cfe4aa op-reth sepolia fixes: superseed Jovian fork times, Karst v2.3.1 bump, op-sepolia/soneium template fixes
- superseed-sepolia: add holocene/isthmus/jovian fork times to rollup.json (CL)
  and genesis.json (EL). jovian_time=1768978801 is superseed's chain-specific
  activation (verified live via sepolia.superseed.xyz optimism_rollupConfig);
  the official superseed-xyz/node repo + the old committed config both lacked it,
  causing op-node "failed to parse L1 info deposit tx ... unexpected length: 178".
- op-reth v2.3.0 -> v2.3.1 across all op-reth composes (Karst-mandatory release,
  Sepolia activation Jun 17 2026 16:00 UTC).
- op-sepolia: --chain=optimismsepolia -> optimism-sepolia (invalid chain spec
  prevented op-reth from starting).
- soneium-minato-sepolia (reth/geth/erigon): L1 upstream vars now resolve to
  ETHEREUM_SEPOLIA_* (were ETHEREUM_MINATO-SEPOLIA_*, nonexistent -> no L1 RPC);
  state-cache shell var de-hyphenated; pectra blob-schedule override now emitted.

NOTE: superseed karst_time not yet published by the chain; must be added before
Jun 17 2026 once superseed announces it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 15:06:42 +00:00

43 lines
1.3 KiB
JSON

{
"genesis": {
"l1": {
"hash": "0x1aa73ab9cbcacb234c766d0199ea431e4164dbaa1b0a564fad5d2a15b308bfa0",
"number": 5523431
},
"l2": {
"hash": "0x7274a90eaa8990b2f5281917fcac222695cf6d17053ad7c77ae448aa7e020305",
"number": 0
},
"l2_time": 1710927360,
"system_config": {
"batcherAddr": "0x6b8147c9d326faa79dec758339568de845a94cf5",
"overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc",
"scalar": "0x00000000000000000000000000000000000000000000000000000000000a6fe0",
"gasLimit": 30000000
}
},
"chain_op_config": {
"eip1559Elasticity": 6,
"eip1559Denominator": 50,
"eip1559DenominatorCanyon": 250
},
"block_time": 2,
"max_sequencer_drift": 600,
"seq_window_size": 3600,
"channel_timeout": 300,
"l1_chain_id": 11155111,
"l2_chain_id": 53302,
"regolith_time": 0,
"canyon_time": 0,
"delta_time": 0,
"ecotone_time": 1720195200,
"fjord_time": 1720627201,
"granite_time": 1725984001,
"holocene_time": 1732633200,
"isthmus_time": 1744905600,
"jovian_time": 1768978801,
"batch_inbox_address": "0x3a81f59e6bf4238d1ed202f3b06389454de3f204",
"deposit_contract_address": "0x7a0db8c51432d2c3eb4e8f360a2eeb26ff2809fb",
"l1_system_config_address": "0x4df2f170214198df84716b89c84b0c177c39f6c9"
}