From 7cf48f70615aa2219be6fa3fcee825ef4f0fec67 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Tue, 15 Apr 2025 03:12:51 +0700 Subject: [PATCH] fix --- op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml | 1 + op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml | 1 + op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml | 1 + op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml | 1 + op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml | 1 + op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml | 1 + 6 files changed, 6 insertions(+) diff --git a/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml b/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml index 63c43fff..5e0d77f1 100644 --- a/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml @@ -34,6 +34,7 @@ services: - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=12397 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml index ccd14722..64824781 100644 --- a/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml @@ -34,6 +34,7 @@ services: - --gcmode=full - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=12397 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml b/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml index 5c6d25d8..a652789b 100644 --- a/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml @@ -34,6 +34,7 @@ services: - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=13688 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml index 2b031e1d..4bcf24aa 100644 --- a/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml @@ -34,6 +34,7 @@ services: - --gcmode=full - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=13688 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml b/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml index 371cc91f..baff36d5 100644 --- a/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml @@ -34,6 +34,7 @@ services: - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=11357 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml index 8c70ffd5..b9e17735 100644 --- a/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml @@ -34,6 +34,7 @@ services: - --gcmode=full - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=11357 - --rpc.gascap=600000000 - --rpc.txfeecap=0