diff --git a/op/erigon/mode-mainnet-op-erigon-archive-trace--kona.yml b/op/erigon/mode-mainnet-op-erigon-archive-trace--kona.yml index f586bf65..d6b2559a 100644 --- a/op/erigon/mode-mainnet-op-erigon-archive-trace--kona.yml +++ b/op/erigon/mode-mainnet-op-erigon-archive-trace--kona.yml @@ -123,10 +123,14 @@ services: - KONA_NODE_L2_TRUST_RPC=true - KONA_NODE_METRICS_PORT=7300 - KONA_NODE_MODE=Validator + - KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false - KONA_NODE_P2P_ADVERTISE_IP=${IP} - KONA_NODE_P2P_LISTEN_IP=0.0.0.0 - KONA_NODE_P2P_LISTEN_TCP_PORT=17509 - KONA_NODE_P2P_LISTEN_UDP_PORT=17509 + - KONA_NODE_P2P_NO_DISCOVERY=true + - KONA_NODE_P2P_PEERS_HI=0 + - KONA_NODE_P2P_PEERS_LO=0 - KONA_NODE_RPC_ADDR=0.0.0.0 - KONA_NODE_RPC_PORT=9545 - OP_NODE_SYNCMODE=execution-layer diff --git a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash--kona.yml b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash--kona.yml index b88ffec3..8f7bb0cb 100644 --- a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash--kona.yml +++ b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash--kona.yml @@ -53,6 +53,8 @@ services: - 6060 - 8551 environment: + - GETH_OVERRIDE_KARST=1783526401 + - GETH_OVERRIDE_OSAKA=1783526401 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' -- @@ -124,10 +126,14 @@ services: - KONA_NODE_L2_TRUST_RPC=true - KONA_NODE_METRICS_PORT=7300 - KONA_NODE_MODE=Validator + - KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false - KONA_NODE_P2P_ADVERTISE_IP=${IP} - KONA_NODE_P2P_LISTEN_IP=0.0.0.0 - KONA_NODE_P2P_LISTEN_TCP_PORT=15430 - KONA_NODE_P2P_LISTEN_UDP_PORT=15430 + - KONA_NODE_P2P_NO_DISCOVERY=true + - KONA_NODE_P2P_PEERS_HI=0 + - KONA_NODE_P2P_PEERS_LO=0 - KONA_NODE_RPC_ADDR=0.0.0.0 - KONA_NODE_RPC_PORT=9545 - OP_NODE_SYNCMODE=execution-layer diff --git a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml index c344ae77..58338c88 100644 --- a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml @@ -53,6 +53,8 @@ services: - 6060 - 8551 environment: + - GETH_OVERRIDE_KARST=1783526401 + - GETH_OVERRIDE_OSAKA=1783526401 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' -- diff --git a/op/geth/mode-mainnet-op-geth-pruned-pebble-hash--kona.yml b/op/geth/mode-mainnet-op-geth-pruned-pebble-hash--kona.yml index dab74db2..28cb3cd8 100644 --- a/op/geth/mode-mainnet-op-geth-pruned-pebble-hash--kona.yml +++ b/op/geth/mode-mainnet-op-geth-pruned-pebble-hash--kona.yml @@ -53,6 +53,8 @@ services: - 6060 - 8551 environment: + - GETH_OVERRIDE_KARST=1783526401 + - GETH_OVERRIDE_OSAKA=1783526401 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' -- @@ -124,10 +126,14 @@ services: - KONA_NODE_L2_TRUST_RPC=true - KONA_NODE_METRICS_PORT=7300 - KONA_NODE_MODE=Validator + - KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false - KONA_NODE_P2P_ADVERTISE_IP=${IP} - KONA_NODE_P2P_LISTEN_IP=0.0.0.0 - KONA_NODE_P2P_LISTEN_TCP_PORT=16249 - KONA_NODE_P2P_LISTEN_UDP_PORT=16249 + - KONA_NODE_P2P_NO_DISCOVERY=true + - KONA_NODE_P2P_PEERS_HI=0 + - KONA_NODE_P2P_PEERS_LO=0 - KONA_NODE_RPC_ADDR=0.0.0.0 - KONA_NODE_RPC_PORT=9545 - OP_NODE_SYNCMODE=execution-layer diff --git a/op/geth/mode-mainnet-op-geth-pruned-pebble-hash.yml b/op/geth/mode-mainnet-op-geth-pruned-pebble-hash.yml index 27883238..b4e3c730 100644 --- a/op/geth/mode-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/mode-mainnet-op-geth-pruned-pebble-hash.yml @@ -53,6 +53,8 @@ services: - 6060 - 8551 environment: + - GETH_OVERRIDE_KARST=1783526401 + - GETH_OVERRIDE_OSAKA=1783526401 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' -- diff --git a/op/geth/mode-mainnet-op-geth-pruned-pebble-path--kona.yml b/op/geth/mode-mainnet-op-geth-pruned-pebble-path--kona.yml index 3fed871b..14b1db60 100644 --- a/op/geth/mode-mainnet-op-geth-pruned-pebble-path--kona.yml +++ b/op/geth/mode-mainnet-op-geth-pruned-pebble-path--kona.yml @@ -53,6 +53,8 @@ services: - 6060 - 8551 environment: + - GETH_OVERRIDE_KARST=1783526401 + - GETH_OVERRIDE_OSAKA=1783526401 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' -- @@ -124,10 +126,14 @@ services: - KONA_NODE_L2_TRUST_RPC=true - KONA_NODE_METRICS_PORT=7300 - KONA_NODE_MODE=Validator + - KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false - KONA_NODE_P2P_ADVERTISE_IP=${IP} - KONA_NODE_P2P_LISTEN_IP=0.0.0.0 - KONA_NODE_P2P_LISTEN_TCP_PORT=17054 - KONA_NODE_P2P_LISTEN_UDP_PORT=17054 + - KONA_NODE_P2P_NO_DISCOVERY=true + - KONA_NODE_P2P_PEERS_HI=0 + - KONA_NODE_P2P_PEERS_LO=0 - KONA_NODE_RPC_ADDR=0.0.0.0 - KONA_NODE_RPC_PORT=9545 - OP_NODE_SYNCMODE=execution-layer diff --git a/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml index 7080085b..e41fc283 100644 --- a/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml @@ -53,6 +53,8 @@ services: - 6060 - 8551 environment: + - GETH_OVERRIDE_KARST=1783526401 + - GETH_OVERRIDE_OSAKA=1783526401 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' -- diff --git a/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml index 8588b429..fe21bd34 100644 --- a/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml @@ -131,10 +131,14 @@ services: - KONA_NODE_L2_TRUST_RPC=true - KONA_NODE_METRICS_PORT=7300 - KONA_NODE_MODE=Validator + - KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false - KONA_NODE_P2P_ADVERTISE_IP=${IP} - KONA_NODE_P2P_LISTEN_IP=0.0.0.0 - KONA_NODE_P2P_LISTEN_TCP_PORT=19035 - KONA_NODE_P2P_LISTEN_UDP_PORT=19035 + - KONA_NODE_P2P_NO_DISCOVERY=true + - KONA_NODE_P2P_PEERS_HI=0 + - KONA_NODE_P2P_PEERS_LO=0 - KONA_NODE_RPC_ADDR=0.0.0.0 - KONA_NODE_RPC_PORT=9545 - OP_NODE_SYNCMODE=execution-layer