This commit is contained in:
Sebastian
2025-03-12 08:01:46 +01:00
parent 209af925bd
commit b5b375e983
3 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
services: services:
op-zircuit-client: op-zircuit-client:
image: zircuit1/l2-geth:94186328850b5def97c195a2737c1d28265ef74b image: zircuit1/l2-geth:e81568966f2a42a57b1347fb1dffdd5257dde73a
volumes: volumes:
- "op-zircuit:/db" - "op-zircuit:/db"
- "./zircuit/mainnet/genesis.json:/genesis.json" - "./zircuit/mainnet/genesis.json:/genesis.json"
@@ -54,7 +54,7 @@ services:
op-zircuit-node: op-zircuit-node:
depends_on: depends_on:
- op-zircuit-client - op-zircuit-client
image: zircuit1/op-node:94186328850b5def97c195a2737c1d28265ef74b image: zircuit1/op-node:e81568966f2a42a57b1347fb1dffdd5257dde73a
ports: ports:
- "43778:43778" - "43778:43778"
- "43778:43778/udp" - "43778:43778/udp"

View File

@@ -20,6 +20,8 @@
"regolithTime": 0, "regolithTime": 0,
"canyonTime": 0, "canyonTime": 0,
"ecotoneTime": 0, "ecotoneTime": 0,
"monoFeeBlock": 10895293,
"cancunTime": 1741726801,
"terminalTotalDifficulty": 0, "terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true, "terminalTotalDifficultyPassed": true,
"optimism": { "optimism": {
@@ -15324,5 +15326,4 @@
"baseFeePerGas": "0x3b9aca00", "baseFeePerGas": "0x3b9aca00",
"excessBlobGas": null, "excessBlobGas": null,
"blobGasUsed": null "blobGasUsed": null
} }

View File

@@ -26,9 +26,11 @@
"canyon_time": 0, "canyon_time": 0,
"delta_time": 0, "delta_time": 0,
"ecotone_time": 0, "ecotone_time": 0,
"hyrax_time": 1741726801,
"l2cancun_time": 1741726801,
"prevrandao_disabling_time": 1741726801,
"batch_inbox_address": "0xff00000000000000000000000000000000048900", "batch_inbox_address": "0xff00000000000000000000000000000000048900",
"deposit_contract_address": "0x17bfafa932d2e23bd9b909fd5b4d2e2a27043fb1", "deposit_contract_address": "0x17bfafa932d2e23bd9b909fd5b4d2e2a27043fb1",
"l1_system_config_address": "0x30f82a1ca89226e8b8815d6ebb728e3b18a428ff", "l1_system_config_address": "0x30f82a1ca89226e8b8815d6ebb728e3b18a428ff",
"protocol_versions_address": "0x0000000000000000000000000000000000000000" "protocol_versions_address": "0x0000000000000000000000000000000000000000"
} }