This commit is contained in:
Sebastian
2025-03-19 07:40:35 +01:00
parent 46d3918a6b
commit c46767b0a6
5 changed files with 24 additions and 21 deletions

View File

@@ -1,16 +1,16 @@
{ {
"genesis": { "genesis": {
"l1": { "l1": {
"hash": "0xfcfb8d586bdae763f1189988789211c69eb893a895e7ba48be3ca6289f0941b7", "hash": "0x17728cf4d8e0b4f292d2390a869fd7c632d39e72efb00ca3462b4387c6aa2437",
"number": 19300102 "number": 5044255
}, },
"l2": { "l2": {
"hash": "0xb689b35ef29d0bec5816938e0e52683c7257d2e325420ea69b739a2be4754b89", "hash": "0x26a1c0faad7b041f34569a1bb383f00ab74b335883a44bed53e9f41ced5fd906",
"number": 0 "number": 0
}, },
"l2_time": 1708809815, "l2_time": 1704686688,
"system_config": { "system_config": {
"batcherAddr": "0x415c8893d514f9bc5211d36eeda4183226b84aa7", "batcherAddr": "0xba26fee2fa917443e05e65de8d4350bcd2f59222",
"overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc", "overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc",
"scalar": "0x00000000000000000000000000000000000000000000000000000000000a6fe0", "scalar": "0x00000000000000000000000000000000000000000000000000000000000a6fe0",
"gasLimit": 30000000 "gasLimit": 30000000
@@ -20,12 +20,14 @@
"max_sequencer_drift": 600, "max_sequencer_drift": 600,
"seq_window_size": 3600, "seq_window_size": 3600,
"channel_timeout": 300, "channel_timeout": 300,
"l1_chain_id": 1, "l1_chain_id": 11155111,
"l2_chain_id": 81457, "l2_chain_id": 168587773,
"regolith_time": 0, "regolith_time": 0,
"canyon_time": 0, "canyon_time": 0,
"batch_inbox_address": "0xff00000000000000000000000000000000081457", "delta_time": 1713999600,
"deposit_contract_address": "0x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb", "ecotone_time": 1713999600,
"l1_system_config_address": "0x5531dcff39ec1ec727c4c5d2fc49835368f805a9", "batch_inbox_address": "0x1c3b85a2108784eab6a4bf56cdd6f722e415b331",
"deposit_contract_address": "0x2757e4430e694f27b73ec9c02257cab3a498c8c5",
"l1_system_config_address": "0x329faf078c364a316e08bf6a17b7eee6ae75a613",
"protocol_versions_address": "0x0000000000000000000000000000000000000000" "protocol_versions_address": "0x0000000000000000000000000000000000000000"
} }

View File

@@ -24,6 +24,8 @@
"l2_chain_id": 168587773, "l2_chain_id": 168587773,
"regolith_time": 0, "regolith_time": 0,
"canyon_time": 0, "canyon_time": 0,
"delta_time": 1713999600,
"ecotone_time": 1713999600,
"batch_inbox_address": "0x1c3b85a2108784eab6a4bf56cdd6f722e415b331", "batch_inbox_address": "0x1c3b85a2108784eab6a4bf56cdd6f722e415b331",
"deposit_contract_address": "0x2757e4430e694f27b73ec9c02257cab3a498c8c5", "deposit_contract_address": "0x2757e4430e694f27b73ec9c02257cab3a498c8c5",
"l1_system_config_address": "0x329faf078c364a316e08bf6a17b7eee6ae75a613", "l1_system_config_address": "0x329faf078c364a316e08bf6a17b7eee6ae75a613",

View File

@@ -1,9 +1,7 @@
version: '3.1'
services: services:
op-blast-mainnet-fullnode: op-blast-mainnet-fullnode:
image: blastio/blast-geth:v1.1.0-mainnet image: blastio/blast-geth:v1.1.1-mainnet
volumes: volumes:
- blast-mainnet-fullnode:/data - blast-mainnet-fullnode:/data
- ./blast-io:/config:rw - ./blast-io:/config:rw
@@ -32,7 +30,7 @@ services:
- "GETH_LIGHT_MAXPEERS=0" - "GETH_LIGHT_MAXPEERS=0"
- "GETH_MAXPEERS=0" - "GETH_MAXPEERS=0"
- "GETH_OVERRIDE_CANYON=0" - "GETH_OVERRIDE_CANYON=0"
- "GETH_OVERRIDE_DELTA=1716843599" #- "GETH_OVERRIDE_DELTA=1716843599"
- "GETH_OVERRIDE_ECOTONE=1716843599" - "GETH_OVERRIDE_ECOTONE=1716843599"
expose: expose:
- 9545 - 9545
@@ -74,8 +72,8 @@ services:
- "OP_NODE_L2_SKIP_SYNC_START_CHECK=true" - "OP_NODE_L2_SKIP_SYNC_START_CHECK=true"
- "OP_NODE_P2P_LISTEN_TCP_PORT=25037" - "OP_NODE_P2P_LISTEN_TCP_PORT=25037"
- "OP_NODE_ROLLUP_CONFIG=/config/mainnet/rollup.json" - "OP_NODE_ROLLUP_CONFIG=/config/mainnet/rollup.json"
- "OP_NODE_OVERRIDE_DELTA=1716843599" #- "OP_NODE_OVERRIDE_DELTA=1716843599"
- "OP_NODE_OVERRIDE_ECOTONE=1716843599" #- "OP_NODE_OVERRIDE_ECOTONE=1716843599"
command: > command: >
op-node op-node
depends_on: depends_on:

View File

@@ -3,7 +3,7 @@ version: '3.1'
services: services:
op-blast-sepolia: op-blast-sepolia:
image: blastio/blast-geth:sepolia image: blastio/blast-geth:sepolia-v1.2.3
pull_policy: always pull_policy: always
volumes: volumes:
- blast-sepolia:/data - blast-sepolia:/data
@@ -33,7 +33,7 @@ services:
- "GETH_LIGHT_MAXPEERS=0" - "GETH_LIGHT_MAXPEERS=0"
- "GETH_MAXPEERS=0" - "GETH_MAXPEERS=0"
- "GETH_OVERRIDE_CANYON=0" - "GETH_OVERRIDE_CANYON=0"
- "GETH_OVERRIDE_DELTA=1713999600" #- "GETH_OVERRIDE_DELTA=1713999600"
- "GETH_OVERRIDE_ECOTONE=1713999600" - "GETH_OVERRIDE_ECOTONE=1713999600"
expose: expose:
- 9545 - 9545
@@ -53,7 +53,7 @@ services:
- "traefik.http.routers.blast-sepolia.middlewares=blast-sepolia-stripprefix, ipwhitelist" - "traefik.http.routers.blast-sepolia.middlewares=blast-sepolia-stripprefix, ipwhitelist"
op-blast-sepolia-node: op-blast-sepolia-node:
image: blastio/blast-optimism:sepolia image: blastio/blast-optimism:sepolia-v1.2.3
pull_policy: always pull_policy: always
volumes: volumes:
- ./blast-io:/config - ./blast-io:/config
@@ -76,8 +76,8 @@ services:
#- "OP_NODE_L2_SKIP_SYNC_START_CHECK=true" #- "OP_NODE_L2_SKIP_SYNC_START_CHECK=true"
- "OP_NODE_P2P_LISTEN_TCP_PORT=12018" - "OP_NODE_P2P_LISTEN_TCP_PORT=12018"
- "OP_NODE_ROLLUP_CONFIG=/config/sepolia/rollup.json" - "OP_NODE_ROLLUP_CONFIG=/config/sepolia/rollup.json"
- "OP_NODE_OVERRIDE_DELTA=1713999600" #- "OP_NODE_OVERRIDE_DELTA=1713999600"
- "OP_NODE_OVERRIDE_ECOTONE=1713999600" #- "OP_NODE_OVERRIDE_ECOTONE=1713999600"
command: > command: >
op-node op-node
depends_on: depends_on:

View File

@@ -115,6 +115,7 @@ uDdWRwgiMr"
- "OP_NODE_OVERRIDE_GRANITE=1723478400" - "OP_NODE_OVERRIDE_GRANITE=1723478400"
- "OP_NODE_OVERRIDE_HOLOCENE=1732633200" - "OP_NODE_OVERRIDE_HOLOCENE=1732633200"
- "OP_NODE_OVERRICE_PECTRA=1741159776" - "OP_NODE_OVERRICE_PECTRA=1741159776"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains