From 8ed605c6eca2bcdd281046405faf21b06bf46b93 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Sat, 20 Sep 2025 19:18:23 +0700 Subject: [PATCH] fix --- drpc-free.yml | 2 +- drpc.yml | 2 +- op/geth/superseed-mainnet-op-geth-pruned-pebble-path.yml | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drpc-free.yml b/drpc-free.yml index 6c80ddab..c69af4c2 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,6 +1,6 @@ services: dshackle-free: - image: drpcorg/dshackle:0.70.7 + image: drpcorg/dshackle:0.70.9 restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index 478164a5..7d64b4d7 100644 --- a/drpc.yml +++ b/drpc.yml @@ -1,6 +1,6 @@ services: dshackle: - image: drpcorg/dshackle:0.70.7 + image: drpcorg/dshackle:0.70.9 restart: unless-stopped volumes: - ./main_configs:/etc/dshackle diff --git a/op/geth/superseed-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/superseed-mainnet-op-geth-pruned-pebble-path.yml index ad3e212d..7f03ff50 100644 --- a/op/geth/superseed-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/superseed-mainnet-op-geth-pruned-pebble-path.yml @@ -53,6 +53,8 @@ services: - 6060 - 8551 environment: + - GETH_OVERRIDE_GRANITE=1726185601 + - GETH_OVERRIDE_HOLOCENE=1736445601 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.superseed.xyz entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' -- @@ -126,10 +128,15 @@ services: - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 - OP_NODE_METRIC_ENABLED=true + - OP_NODE_OVERRIDE_GRANITE=1751554801 + - OP_NODE_OVERRIDE_HOLOCENE=1736445601 + - OP_NODE_OVERRIDE_ISTHMUS=1746806401 - OP_NODE_P2P_ADVERTISE_IP=${IP} + - OP_NODE_P2P_BOOTNODES=enode://3e905f39a5c084367bbe172453cf6d81b28a49f57064b56b0eb76af75d6eafe3d578605f56c4353328194245453083e1c26e339497f732461d2187d0c4a4474e@35.203.166.40:9222?discport=30301,enode://d25ce99435982b04d60c4b41ba256b84b888626db7bee45a9419382300fbe907359ae5ef250346785bff8d3b9d07cd3e017a27e2ee3cfda3bcbb0ba762ac9674@bootnode.conduit.xyz:0?discport=30301,enode://2d4e7e9d48f4dd4efe9342706dd1b0024681bd4c3300d021f86fc75eab7865d4e0cbec6fbc883f011cfd6a57423e7e2f6e104baad2b744c3cafaec6bc7dc92c1@34.65.43.171:0?discport=30305,enode://9d7a3efefe442351217e73b3a593bcb8efffb55b4807699972145324eab5e6b382152f8d24f6301baebbfb5ecd4127bd3faab2842c04cd432bdf50ba092f6645@34.65.109.126:0?discport=30305 - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - OP_NODE_P2P_LISTEN_TCP_PORT=16876 - OP_NODE_P2P_LISTEN_UDP_PORT=16876 + - OP_NODE_P2P_STATIC=/ip4/35.203.166.40/tcp/9222/p2p/16Uiu2HAkydtwWKfTJVk91zmc4JnBzathYyqLSDtw3RCFW1mwkPMk - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true - OP_NODE_RPC_ADDR=0.0.0.0