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 64824781..a8d8c978 100644 --- a/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml @@ -35,7 +35,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --nodiscover - - --port=12397 + - --port=10072 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --state.scheme=hash @@ -75,8 +75,8 @@ services: zircuit-garfield-node: image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${ZIRCUIT_GARFIELD_NODE_VERSION:-e81568966f2a42a57b1347fb1dffdd5257dde73a} ports: - - 17397:17397 - - 17397:17397/udp + - 15072:15072 + - 15072:15072/udp environment: - OP_NODE_L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_HOLESKY_BEACON_ARCHIVER} @@ -91,8 +91,8 @@ services: - OP_NODE_METRICS_PORT=7300 - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - - OP_NODE_P2P_LISTEN_TCP_PORT=17397 - - OP_NODE_P2P_LISTEN_UDP_PORT=17397 + - OP_NODE_P2P_LISTEN_TCP_PORT=15072 + - OP_NODE_P2P_LISTEN_UDP_PORT=15072 - OP_NODE_P2P_STATIC=/dns4/node1-us-p2p.garfield-testnet.zircuit.com/tcp/9003/p2p/16Uiu2HAmFa6dADkqYEFVxDzrgaLbSArEKev4syqUksU4Vc4kWEPj,/dns4/node2-us-p2p.garfield-testnet.zircuit.com/tcp/9003/p2p/16Uiu2HAmDpE7eFBy9HMC5ToV4ioDtQSgWhudbWZCex4TD8u8xzRX,/dns4/node3-us-p2p.garfield-testnet.zircuit.com/tcp/9003/p2p/16Uiu2HAm4wPvLMeP4Ycicse9k7cAxHWBpN5V431nFirXZ6kUxNbn,/dns4/node1-eu-p2p.garfield-testnet.zircuit.com/tcp/9003/p2p/16Uiu2HAmBtmdnVtGJS8ZSUo3ruPYQi5G6quRWvFJs7nT7SHgRKjV - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_RPC_ADDR=0.0.0.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 4bcf24aa..2011b07b 100644 --- a/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml @@ -35,7 +35,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --nodiscover - - --port=13688 + - --port=13359 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --state.scheme=hash @@ -75,8 +75,8 @@ services: zircuit-mainnet-node: image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${ZIRCUIT_MAINNET_NODE_VERSION:-e81568966f2a42a57b1347fb1dffdd5257dde73a} ports: - - 18688:18688 - - 18688:18688/udp + - 18359:18359 + - 18359:18359/udp environment: - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} @@ -91,8 +91,8 @@ services: - OP_NODE_METRICS_PORT=7300 - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - - OP_NODE_P2P_LISTEN_TCP_PORT=18688 - - OP_NODE_P2P_LISTEN_UDP_PORT=18688 + - OP_NODE_P2P_LISTEN_TCP_PORT=18359 + - OP_NODE_P2P_LISTEN_UDP_PORT=18359 - OP_NODE_P2P_STATIC=/dns4/node1-eu-p2p.mainnet.zircuit.com/tcp/9003/p2p/16Uiu2HAm5Uxn3E8RXEM2e5YsR9VNM8uKoPmZzwQjqp7r64ZLspd5,/dns4/node2-eu-p2p.mainnet.zircuit.com/tcp/9003/p2p/16Uiu2HAmPoLg64PL2X2oLrUSmYaqAbkATPAMNRxLCZTBavUP8UEB,/dns4/node3-eu-p2p.mainnet.zircuit.com/tcp/9003/p2p/16Uiu2HAmB9iZKfv9RPRZj6JwcwjbwZWECFwJ67b1LJMHrczTnbjf - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_RPC_ADDR=0.0.0.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 b9e17735..1b159763 100644 --- a/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml @@ -35,7 +35,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --nodiscover - - --port=11357 + - --port=12804 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --state.scheme=hash @@ -75,8 +75,8 @@ services: zircuit-testnet-node: image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${ZIRCUIT_TESTNET_NODE_VERSION:-e81568966f2a42a57b1347fb1dffdd5257dde73a} ports: - - 16357:16357 - - 16357:16357/udp + - 17804:17804 + - 17804:17804/udp environment: - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} @@ -92,8 +92,8 @@ services: - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - - OP_NODE_P2P_LISTEN_TCP_PORT=16357 - - OP_NODE_P2P_LISTEN_UDP_PORT=16357 + - OP_NODE_P2P_LISTEN_TCP_PORT=17804 + - OP_NODE_P2P_LISTEN_UDP_PORT=17804 - OP_NODE_P2P_STATIC=/dns4/node1-us-p2p.testnet.zircuit.com/tcp/9003/p2p/16Uiu2HAmDP6pC6FKqkyLhar5762uV2Ycs2YNxK9p6CqqGav8DwzV,/dns4/node2-us-p2p.testnet.zircuit.com/tcp/9003/p2p/16Uiu2HAm5ehptRkg6yUuJDpqD4RceFJUEBEPuxqBqnr5XEk9rq7t,/dns4/node3-us-p2p.testnet.zircuit.com/tcp/9003/p2p/16Uiu2HAmMRDuDmmEtFTegcuBJ7eg5DZRxohqs3KRcKss2FqNUZdh - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_RPC_ADDR=0.0.0.0 diff --git a/zircuit-testnet.yml b/zircuit-testnet.yml index 3ad817ec..f8675852 120000 --- a/zircuit-testnet.yml +++ b/zircuit-testnet.yml @@ -1 +1 @@ -op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml \ No newline at end of file +op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml \ No newline at end of file