diff --git a/arc/reth/arc-mainnet-reth-archive-trace.yml b/arc/reth/arc-mainnet-reth-archive-trace.yml index 02f08a37..12e49e69 100644 --- a/arc/reth/arc-mainnet-reth-archive-trace.yml +++ b/arc/reth/arc-mainnet-reth-archive-trace.yml @@ -45,7 +45,7 @@ services: arc-mainnet-archive-sockets-init: image: debian:bookworm-slim entrypoint: [/bin/sh, -c] - command: [rm -f /sockets/*.ipc && chown 999:999 /sockets] + command: [chown 999:999 /sockets] restart: no depends_on: arc-mainnet-archive-consensus-init: diff --git a/arc/reth/arc-mainnet-reth-pruned-trace.yml b/arc/reth/arc-mainnet-reth-pruned-trace.yml index 2f35834b..bab58b84 100644 --- a/arc/reth/arc-mainnet-reth-pruned-trace.yml +++ b/arc/reth/arc-mainnet-reth-pruned-trace.yml @@ -45,7 +45,7 @@ services: arc-mainnet-sockets-init: image: debian:bookworm-slim entrypoint: [/bin/sh, -c] - command: [rm -f /sockets/*.ipc && chown 999:999 /sockets] + command: [chown 999:999 /sockets] restart: no depends_on: arc-mainnet-consensus-init: diff --git a/arc/reth/arc-testnet-reth-archive-trace.yml b/arc/reth/arc-testnet-reth-archive-trace.yml index 8927bc27..5bf73e9a 100644 --- a/arc/reth/arc-testnet-reth-archive-trace.yml +++ b/arc/reth/arc-testnet-reth-archive-trace.yml @@ -45,7 +45,7 @@ services: arc-testnet-archive-sockets-init: image: debian:bookworm-slim entrypoint: [/bin/sh, -c] - command: [rm -f /sockets/*.ipc && chown 999:999 /sockets] + command: [chown 999:999 /sockets] restart: no depends_on: arc-testnet-archive-consensus-init: diff --git a/arc/reth/arc-testnet-reth-pruned-trace.yml b/arc/reth/arc-testnet-reth-pruned-trace.yml index 34f3066a..aa041ad2 100644 --- a/arc/reth/arc-testnet-reth-pruned-trace.yml +++ b/arc/reth/arc-testnet-reth-pruned-trace.yml @@ -45,7 +45,7 @@ services: arc-testnet-sockets-init: image: debian:bookworm-slim entrypoint: [/bin/sh, -c] - command: [rm -f /sockets/*.ipc && chown 999:999 /sockets] + command: [chown 999:999 /sockets] restart: no depends_on: arc-testnet-consensus-init: diff --git a/arc/reth/arc-testnet-reth-pruned.yml b/arc/reth/arc-testnet-reth-pruned.yml index 9e24d938..d6c5d796 100644 --- a/arc/reth/arc-testnet-reth-pruned.yml +++ b/arc/reth/arc-testnet-reth-pruned.yml @@ -45,7 +45,7 @@ services: arc-testnet-sockets-init: image: debian:bookworm-slim entrypoint: [/bin/sh, -c] - command: [rm -f /sockets/*.ipc && chown 999:999 /sockets] + command: [chown 999:999 /sockets] restart: no depends_on: arc-testnet-consensus-init: diff --git a/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml index 837c245d..b08479fa 100644 --- a/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml @@ -267,7 +267,7 @@ services: - EIGENDA_PROXY_S3_CREDENTIAL_TYPE=public - EIGENDA_PROXY_S3_ENDPOINT=storage.googleapis.com - EIGENDA_PROXY_S3_PATH=blobs/ - - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V1,V2 + - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V2 - EIGENDA_PROXY_STORAGE_FALLBACK_TARGETS=s3 restart: unless-stopped networks: diff --git a/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml index da4ec165..7b598f0a 100644 --- a/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/celo-mainnet-op-geth-pruned-leveldb-hash.yml @@ -266,7 +266,7 @@ services: - EIGENDA_PROXY_S3_CREDENTIAL_TYPE=public - EIGENDA_PROXY_S3_ENDPOINT=storage.googleapis.com - EIGENDA_PROXY_S3_PATH=blobs/ - - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V1,V2 + - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V2 - EIGENDA_PROXY_STORAGE_FALLBACK_TARGETS=s3 restart: unless-stopped networks: diff --git a/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml b/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml index 93dbf889..9bb35ccc 100644 --- a/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/celo-mainnet-op-geth-pruned-pebble-hash.yml @@ -264,7 +264,7 @@ services: - EIGENDA_PROXY_S3_CREDENTIAL_TYPE=public - EIGENDA_PROXY_S3_ENDPOINT=storage.googleapis.com - EIGENDA_PROXY_S3_PATH=blobs/ - - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V1,V2 + - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V2 - EIGENDA_PROXY_STORAGE_FALLBACK_TARGETS=s3 restart: unless-stopped networks: diff --git a/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml index a6a3e6f0..8be77755 100644 --- a/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml @@ -264,7 +264,7 @@ services: - EIGENDA_PROXY_S3_CREDENTIAL_TYPE=public - EIGENDA_PROXY_S3_ENDPOINT=storage.googleapis.com - EIGENDA_PROXY_S3_PATH=blobs/ - - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V1,V2 + - EIGENDA_PROXY_STORAGE_BACKENDS_TO_ENABLE=V2 - EIGENDA_PROXY_STORAGE_FALLBACK_TARGETS=s3 restart: unless-stopped networks: diff --git a/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml index 1e50df8c..cecfda37 100644 --- a/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml @@ -45,9 +45,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 13290:13290 - - 13290:13290/udp expose: - 8545 - 6060 @@ -64,7 +61,6 @@ services: - GETH_ROLLUP_SEQUENCERHTTP=https://rpc.mainnet.frax.com 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 "$@"' -- command: - - --bootnodes=enr:-J24QI8QR7VIgvQFuvLl09b9ocugoQ1WkS_AOMWKFgNX48-4P1hjgDKGeMFXZmKtfjYA2aEehxKT066riaktnxhh92OGAY5Sw_QsgmlkgnY0gmlwhCztZu2Hb3BzdGFja4P8AQCJc2VjcDI1NmsxoQM2KM0mkdH97Ze8AqwxLeqc934PKj8-xoKsyP6mAptWwIN0Y3CCdl2DdWRwgnZd,enr:-J24QGD1J-g2EPY9b7XiuwLhIoGocVp2qx2gWSfDI_CdftiPSHlgi7G6LtzkQlDskuSvRj4OXTg3vXLISubphXNNhqyGAY5Sw8GxgmlkgnY0gmlwhCzW_iGHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQPvMYlJHJUsEyciuJCTkKHLE2ogZ6cs2xuPI28CGq0CTIN0Y3CCdl2DdWRwgnZd,enr:-J24QCA5I3xroUXt7Ge_Kf04VCRBnI-GbZeyBxOkkpIDGGLrVsonrbngQG1hAEnufRb1TgS6sNFCGtaZ2ZpRx7AgciGGAY5SxEy0gmlkgnY0gmlwhCLzRQyHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQOaHzrtPQWYcwAcFJWFrbGlbNUsBC0VEhCcH02RbgEIwIN0Y3CCdl2DdWRwgnZd - --datadir=/data - --db.engine=leveldb - --gcmode=archive @@ -72,9 +68,8 @@ services: - --metrics - --metrics.addr=0.0.0.0 - --metrics.port=6060 - - --nat=extip:${IP} - --networkid=252 - - --port=13290 + - --nodiscover - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --state.scheme=hash @@ -145,7 +140,7 @@ services: - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=9545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] restart: unless-stopped diff --git a/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml index 9c026b7a..d7351b13 100644 --- a/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml @@ -45,9 +45,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 10282:10282 - - 10282:10282/udp expose: - 8545 - 6060 @@ -64,7 +61,6 @@ services: - GETH_ROLLUP_SEQUENCERHTTP=https://rpc.mainnet.frax.com 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 "$@"' -- command: - - --bootnodes=enr:-J24QI8QR7VIgvQFuvLl09b9ocugoQ1WkS_AOMWKFgNX48-4P1hjgDKGeMFXZmKtfjYA2aEehxKT066riaktnxhh92OGAY5Sw_QsgmlkgnY0gmlwhCztZu2Hb3BzdGFja4P8AQCJc2VjcDI1NmsxoQM2KM0mkdH97Ze8AqwxLeqc934PKj8-xoKsyP6mAptWwIN0Y3CCdl2DdWRwgnZd,enr:-J24QGD1J-g2EPY9b7XiuwLhIoGocVp2qx2gWSfDI_CdftiPSHlgi7G6LtzkQlDskuSvRj4OXTg3vXLISubphXNNhqyGAY5Sw8GxgmlkgnY0gmlwhCzW_iGHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQPvMYlJHJUsEyciuJCTkKHLE2ogZ6cs2xuPI28CGq0CTIN0Y3CCdl2DdWRwgnZd,enr:-J24QCA5I3xroUXt7Ge_Kf04VCRBnI-GbZeyBxOkkpIDGGLrVsonrbngQG1hAEnufRb1TgS6sNFCGtaZ2ZpRx7AgciGGAY5SxEy0gmlkgnY0gmlwhCLzRQyHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQOaHzrtPQWYcwAcFJWFrbGlbNUsBC0VEhCcH02RbgEIwIN0Y3CCdl2DdWRwgnZd - --datadir=/data - --db.engine=pebble - --gcmode=full @@ -72,13 +68,12 @@ services: - --metrics - --metrics.addr=0.0.0.0 - --metrics.port=6060 - - --nat=extip:${IP} - --networkid=252 - - --port=10282 + - --nodiscover - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --state.scheme=path - - --syncmode=snap + - --syncmode=full - --http - --http.addr=0.0.0.0 - --http.api=eth,net,web3,debug,admin,txpool,engine @@ -145,7 +140,7 @@ services: - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=9545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] restart: unless-stopped