Files
ethereum-rpc-docker/op/doma/testnet/rollup.json
rob fc03d6ddf6 op/doma/testnet: add Celestia Alt-DA support (celestiaorg/op-alt-da:v0.15.0)
- Add relay template (templates/relays/celestia.doma.yml) for op-alt-da
- Add celestia relay config to op/doma stack in context.yml
- Add relay: celestia to op/doma testnet in config.yml
- Add op-node.doma.yml template with ALTDA env vars gated on relay_name
- Update op/doma/testnet/rollup.json with complete config including alt_da block

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-17 10:40:59 +00:00

55 lines
1.9 KiB
JSON

{
"genesis": {
"l1": {
"hash": "0x4e3ab0dd0e07b3f2c04e5678b14c69197a4341c9db38f6a2e93a966b84347330",
"number": 7459270
},
"l2": {
"hash": "0x1a551331902837e62bea81ae4e11af1dd62e481bb0f1803233c5c275d3f7d480",
"number": 0
},
"l2_time": 1736491908,
"system_config": {
"batcherAddr": "0x7bff49d5c9ba8e518061f4978e8ff0920eaa3a7c",
"overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc",
"scalar": "0x0000000000000000000000000000000000000000000000000000000000010b30",
"gasLimit": 30000000,
"eip1559Params": "0x0000000000000000",
"operatorFeeParams": "0x0000000000000000000000000000000000000000000000000000000000000000",
"daFootprintGasScalar": 0,
"minBaseFee": 0
}
},
"block_time": 2,
"max_sequencer_drift": 600,
"seq_window_size": 3600,
"channel_timeout": 300,
"l1_chain_id": 11155111,
"l2_chain_id": 97476,
"regolith_time": 0,
"canyon_time": 0,
"delta_time": 0,
"ecotone_time": 0,
"fjord_time": 0,
"granite_time": 1744729200,
"holocene_time": 1744822800,
"isthmus_time": 1744905600,
"jovian_time": 1768978801,
"pectra_blob_schedule_time": 1742486400,
"batch_inbox_address": "0x7a666bec1e5ea04f832a03edd36516dcc04f8712",
"deposit_contract_address": "0x330c5f4dbe72ac987015d3dd390eba3b25968b1c",
"l1_system_config_address": "0xa6378952eb60076ac26546c02c93d32b38f8655e",
"protocol_versions_address": "0x0000000000000000000000000000000000000000",
"da_challenge_contract_address": "0x0000000000000000000000000000000000000000",
"chain_op_config": {
"eip1559Elasticity": 6,
"eip1559Denominator": 50,
"eip1559DenominatorCanyon": 250
},
"alt_da": {
"da_commitment_type": "GenericCommitment",
"da_challenge_contract_address": "0x0000000000000000000000000000000000000000",
"da_challenge_window": 1,
"da_resolve_window": 1
}
}