do the right network

This commit is contained in:
squidbear
2025-03-21 16:03:34 +01:00
parent a736583d3c
commit 6699a7bd92
4 changed files with 17 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
base-fullnode: # this is Optimism's geth client
image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.1.5}
image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.3.2}
expose:
- 9551
- 8545 # RPC / Websocket

2
blast-io/mainnet/genesis.json Executable file → Normal file
View File

@@ -19,6 +19,8 @@
"bedrockBlock": 0,
"regolithTime": 0,
"canyonTime": 0,
"cancunTime": 1716843599,
"ecotoneTime": 1716843599,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"optimism": {

View File

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

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
optimism-fullnode: # this is Optimism's geth client
image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.1.5}
image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.3.2}
expose:
- 9551
- 8545 # RPC / Websocket
@@ -57,6 +57,7 @@ services:
environment:
- "OP_NODE_NETWORK=op-mainnet"
- "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L2_SKIP_SYNC_START_CHECK=true"
- "OP_NODE_L1_ETH_RPC=${OPTIMISM_ETHEREUM_ENDPOINT}"
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"