From 2fe5cdd242eb67db778b92e5f3bbefb8820ea94f Mon Sep 17 00:00:00 2001 From: goldsquid Date: Sat, 8 Nov 2025 05:10:28 +0700 Subject: [PATCH] fix --- op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml | 2 -- op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml index 85566569..7d20669b 100644 --- a/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml @@ -53,9 +53,7 @@ services: - 6060 environment: - GENESIS_URL=https://okg-pub-hk.oss-cn-hongkong.aliyuncs.com/cdn/chain/xlayer/snapshot/merged.genesis.json.mainnet.tar.gz - - GETH_OP_NETWORK=xlayer-mainnet - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - - GETH_ROLLUP_SEQUENCERHTTP=https://rpc.xlayer.tech entrypoint: /bin/sh -c '[ ! -f /config/genesis.json ] && (wget -qO- "$GENESIS_URL" | tar -xzf - -C /config && mv /config/*.json /config/genesis.json); [ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' -- command: - --config=/config/geth.toml diff --git a/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml b/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml index 3d060948..fde1a589 100644 --- a/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml @@ -53,7 +53,6 @@ services: - 6060 environment: - GENESIS_URL=https://okg-pub-hk.oss-cn-hongkong.aliyuncs.com/cdn/chain/xlayer/snapshot/merged.genesis.json.tar.gz - - GETH_OP_NETWORK=xlayer-testnet - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true entrypoint: /bin/sh -c '[ ! -f /config/genesis.json ] && (wget -qO- "$GENESIS_URL" | tar -xzf - -C /config && mv /config/*.json /config/genesis.json); [ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' -- command: