This commit is contained in:
goldsquid
2026-07-06 20:20:48 +07:00
parent 5b33030773
commit dec01b5a18
50 changed files with 131 additions and 153 deletions

View File

@@ -42,7 +42,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_CONFIG:-celo-sepolia-op-geth-archive-leveldb-hash_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-archive: celo-sepolia-archive:
@@ -123,8 +123,8 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_CONFIG:-celo-sepolia-op-geth-archive-leveldb-hash_config}:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-sepolia-op-geth-archive-leveldb-hash}:/data - ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-sepolia-op-geth-archive-leveldb-hash}:/data
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
logging: *logging-defaults logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-leveldb-hash_node_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-archive-node: celo-sepolia-archive-node:
@@ -220,7 +220,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-leveldb-hash_node_config}:/config - ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
logging: *logging-defaults logging: *logging-defaults
labels: labels:
@@ -271,18 +271,14 @@ services:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-archive-leveldb-hash_eigenda-proxy}:/data - ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-archive-leveldb-hash_eigenda-proxy}:/data
- ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
labels: labels:
- prometheus-scrape.enabled=false - prometheus-scrape.enabled=false
volumes: volumes:
celo-sepolia-op-geth-archive-leveldb-hash: celo-sepolia-op-geth-archive-leveldb-hash:
celo-sepolia-op-geth-archive-leveldb-hash_config:
celo-sepolia-op-geth-archive-leveldb-hash_eigenda-proxy: celo-sepolia-op-geth-archive-leveldb-hash_eigenda-proxy:
celo-sepolia-op-geth-archive-leveldb-hash_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-archive-leveldb-hash_config
x-upstreams: x-upstreams:
- id: $${ID} - id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_CONFIG:-celo-sepolia-op-geth-archive-pebble-hash_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-archive: celo-sepolia-archive:
@@ -123,8 +123,8 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_CONFIG:-celo-sepolia-op-geth-archive-pebble-hash_config}:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_DATA:-celo-sepolia-op-geth-archive-pebble-hash}:/data - ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_DATA:-celo-sepolia-op-geth-archive-pebble-hash}:/data
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
logging: *logging-defaults logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-hash_node_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-archive-node: celo-sepolia-archive-node:
@@ -220,7 +220,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-hash_node_config}:/config - ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
logging: *logging-defaults logging: *logging-defaults
labels: labels:
@@ -271,18 +271,14 @@ services:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-archive-pebble-hash_eigenda-proxy}:/data - ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-archive-pebble-hash_eigenda-proxy}:/data
- ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
labels: labels:
- prometheus-scrape.enabled=false - prometheus-scrape.enabled=false
volumes: volumes:
celo-sepolia-op-geth-archive-pebble-hash: celo-sepolia-op-geth-archive-pebble-hash:
celo-sepolia-op-geth-archive-pebble-hash_config:
celo-sepolia-op-geth-archive-pebble-hash_eigenda-proxy: celo-sepolia-op-geth-archive-pebble-hash_eigenda-proxy:
celo-sepolia-op-geth-archive-pebble-hash_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-archive-pebble-hash_config
x-upstreams: x-upstreams:
- id: $${ID} - id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_CONFIG:-celo-sepolia-op-geth-archive-pebble-path_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-archive: celo-sepolia-archive:
@@ -123,8 +123,8 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_CONFIG:-celo-sepolia-op-geth-archive-pebble-path_config}:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_DATA:-celo-sepolia-op-geth-archive-pebble-path}:/data - ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_DATA:-celo-sepolia-op-geth-archive-pebble-path}:/data
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
logging: *logging-defaults logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-path_node_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-archive-node: celo-sepolia-archive-node:
@@ -220,7 +220,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-path_node_config}:/config - ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
logging: *logging-defaults logging: *logging-defaults
labels: labels:
@@ -271,18 +271,14 @@ services:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-archive-pebble-path_eigenda-proxy}:/data - ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-archive-pebble-path_eigenda-proxy}:/data
- ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
labels: labels:
- prometheus-scrape.enabled=false - prometheus-scrape.enabled=false
volumes: volumes:
celo-sepolia-op-geth-archive-pebble-path: celo-sepolia-op-geth-archive-pebble-path:
celo-sepolia-op-geth-archive-pebble-path_config:
celo-sepolia-op-geth-archive-pebble-path_eigenda-proxy: celo-sepolia-op-geth-archive-pebble-path_eigenda-proxy:
celo-sepolia-op-geth-archive-pebble-path_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-archive-pebble-path_config
x-upstreams: x-upstreams:
- id: $${ID} - id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_CONFIG:-celo-sepolia-op-geth-pruned-pebble-hash_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia: celo-sepolia:
@@ -123,8 +123,8 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_CONFIG:-celo-sepolia-op-geth-pruned-pebble-hash_config}:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_DATA:-celo-sepolia-op-geth-pruned-pebble-hash}:/data - ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_DATA:-celo-sepolia-op-geth-pruned-pebble-hash}:/data
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
logging: *logging-defaults logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-hash_node_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-node: celo-sepolia-node:
@@ -220,7 +220,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-hash_node_config}:/config - ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
logging: *logging-defaults logging: *logging-defaults
labels: labels:
@@ -271,18 +271,14 @@ services:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-pruned-pebble-hash_eigenda-proxy}:/data - ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-pruned-pebble-hash_eigenda-proxy}:/data
- ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
labels: labels:
- prometheus-scrape.enabled=false - prometheus-scrape.enabled=false
volumes: volumes:
celo-sepolia-op-geth-pruned-pebble-hash: celo-sepolia-op-geth-pruned-pebble-hash:
celo-sepolia-op-geth-pruned-pebble-hash_config:
celo-sepolia-op-geth-pruned-pebble-hash_eigenda-proxy: celo-sepolia-op-geth-pruned-pebble-hash_eigenda-proxy:
celo-sepolia-op-geth-pruned-pebble-hash_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-pruned-pebble-hash_config
x-upstreams: x-upstreams:
- id: $${ID} - id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_CONFIG:-celo-sepolia-op-geth-pruned-pebble-path_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia: celo-sepolia:
@@ -123,8 +123,8 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_CONFIG:-celo-sepolia-op-geth-pruned-pebble-path_config}:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-celo-sepolia-op-geth-pruned-pebble-path}:/data - ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-celo-sepolia-op-geth-pruned-pebble-path}:/data
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
logging: *logging-defaults logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-path_node_config}:/config - ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
celo-sepolia-node: celo-sepolia-node:
@@ -220,7 +220,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-path_node_config}:/config - ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
logging: *logging-defaults logging: *logging-defaults
labels: labels:
@@ -271,18 +271,14 @@ services:
- chains - chains
volumes: volumes:
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-pruned-pebble-path_eigenda-proxy}:/data - ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH__EIGENDA_PROXY_DATA:-celo-sepolia-op-geth-pruned-pebble-path_eigenda-proxy}:/data
- ./op/celo/sepolia:/config
logging: *logging-defaults logging: *logging-defaults
labels: labels:
- prometheus-scrape.enabled=false - prometheus-scrape.enabled=false
volumes: volumes:
celo-sepolia-op-geth-pruned-pebble-path: celo-sepolia-op-geth-pruned-pebble-path:
celo-sepolia-op-geth-pruned-pebble-path_config:
celo-sepolia-op-geth-pruned-pebble-path_eigenda-proxy: celo-sepolia-op-geth-pruned-pebble-path_eigenda-proxy:
celo-sepolia-op-geth-pruned-pebble-path_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-pruned-pebble-path_config
x-upstreams: x-upstreams:
- id: $${ID} - id: $${ID}

View File

@@ -58,9 +58,9 @@ services:
- --chain=base - --chain=base
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14221
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14221
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=base - --chain=base
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11240
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11240
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=base - --chain=base
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14759
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14759
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=base-sepolia - --chain=base-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11390
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11390
- --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=base-sepolia - --chain=base-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=12165
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=12165
- --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=base-sepolia - --chain=base-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11147
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11147
- --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -75,9 +75,9 @@ services:
- --chain=/config/genesis.json - --chain=/config/genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=12151
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=12151
- --engine.cross-block-cache-size=${HASHKEYCHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${HASHKEYCHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -75,9 +75,9 @@ services:
- --chain=/config/genesis.json - --chain=/config/genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=12151
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=12151
- --engine.cross-block-cache-size=${HASHKEYCHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${HASHKEYCHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=ink-sepolia - --chain=ink-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14373
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14373
- --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=ink-sepolia - --chain=ink-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14373
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14373
- --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=ink-sepolia - --chain=ink-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11068
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11068
- --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=ink-sepolia - --chain=ink-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11068
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11068
- --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=ink-sepolia - --chain=ink-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14236
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14236
- --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=ink-sepolia - --chain=ink-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14236
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14236
- --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${INK_SEPOLIA_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -46,9 +46,6 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX) memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root user: root
ports:
- 14265:14265
- 14265:14265/udp
expose: expose:
- 8545 - 8545
- 9001 - 9001
@@ -61,16 +58,11 @@ services:
- --chain=/config/genesis.json - --chain=/config/genesis.json
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --disable-discovery
- --discovery.port=
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=14265
- --rollup.sequencer-http=https://rpc.katana.network - --rollup.sequencer-http=https://rpc.katana.network
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048 - --rpc-cache.max-concurrent-db-requests=2048
@@ -147,7 +139,7 @@ services:
- OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=9545 - OP_NODE_RPC_PORT=9545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
- OP_NODE_SYNCMODE=execution-layer - OP_NODE_SYNCMODE=consensus-layer
- OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h - OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h
- OP_NODE_VERIFIER_L1_CONFS=0 - OP_NODE_VERIFIER_L1_CONFS=0
entrypoint: [op-node] entrypoint: [op-node]

View File

@@ -46,9 +46,6 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX) memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root user: root
ports:
- 13767:13767
- 13767:13767/udp
expose: expose:
- 8545 - 8545
- 9001 - 9001
@@ -61,17 +58,12 @@ services:
- --chain=/config/genesis.json - --chain=/config/genesis.json
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --disable-discovery
- --discovery.port=
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=
- --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${KATANA_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=13767
- --rollup.sequencer-http=https://rpc.katana.network - --rollup.sequencer-http=https://rpc.katana.network
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048 - --rpc-cache.max-concurrent-db-requests=2048
@@ -148,7 +140,7 @@ services:
- OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=9545 - OP_NODE_RPC_PORT=9545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
- OP_NODE_SYNCMODE=execution-layer - OP_NODE_SYNCMODE=consensus-layer
- OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h - OP_NODE_SYNCMODE_OFFSET_EL_SAFE=12h
- OP_NODE_VERIFIER_L1_CONFS=0 - OP_NODE_VERIFIER_L1_CONFS=0
entrypoint: [op-node] entrypoint: [op-node]

View File

@@ -46,20 +46,29 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX) memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root user: root
ports:
- 10598:10598
- 10598:10598/udp
expose: expose:
- 8545 - 8545
- 9001 - 9001
- 8551 - 8551
entrypoint: [op-reth, node] entrypoint: [op-reth, node]
command: command:
- --bootnodes=enode://87a32fd13bd596b2ffca97020e31aef4ddcc1bbd4b95bb633d16c1329f654f34049ed240a36b449fda5e5225d70fe40bc667f53c304b71f8e68fc9d448690b51@3.231.138.188:30301,enode://ca21ea8f176adb2e229ce2d700830c844af0ea941a1d8152a9513b966fe525e809c3a6c73a2c18a12b74ed6ec4380edf91662778fe0b79f6a591236e49e176f9@184.72.129.189:30301,enode://acf4507a211ba7c1e52cdf4eef62cdc3c32e7c9c47998954f7ba024026f9a6b2150cd3f0b734d9c78e507ab70d59ba61dfe5c45e1078c7ad0775fb251d7735a2@3.220.145.177:30301,enode://8a5a5006159bf079d06a04e5eceab2a1ce6e0f721875b2a9c96905336219dbe14203d38f70f3754686a6324f786c2f9852d8c0dd3adac2d080f4db35efc678c5@3.231.11.52:30301,enode://cdadbe835308ad3557f9a1de8db411da1a260a98f8421d62da90e71da66e55e98aaa8e90aa7ce01b408a54e4bd2253d701218081ded3dbe5efbbc7b41d7cef79@54.198.153.150:30301
- --chain=/config/genesis.json - --chain=/config/genesis.json
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --disable-discovery - --discovery.addr=0.0.0.0
- --discovery.port=10598
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=10598
- --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=10598
- --rollup.sequencer-http=https://rpc.api.lisk.com - --rollup.sequencer-http=https://rpc.api.lisk.com
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048 - --rpc-cache.max-concurrent-db-requests=2048
@@ -116,7 +125,6 @@ services:
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
- KONA_NODE_L2_CHAIN_ID=1135 - KONA_NODE_L2_CHAIN_ID=1135
- KONA_NODE_L2_ENGINE_AUTH=/jwtsecret - KONA_NODE_L2_ENGINE_AUTH=/jwtsecret
- KONA_NODE_L2_ENGINE_KIND=reth
- KONA_NODE_L2_ENGINE_RPC=http://lisk-mainnet-op-reth:8551 - KONA_NODE_L2_ENGINE_RPC=http://lisk-mainnet-op-reth:8551
- KONA_NODE_L2_ENGINE_TIMEOUT=120000 - KONA_NODE_L2_ENGINE_TIMEOUT=120000
- KONA_NODE_L2_TRUST_RPC=true - KONA_NODE_L2_TRUST_RPC=true
@@ -129,7 +137,6 @@ services:
- KONA_NODE_P2P_LISTEN_UDP_PORT=15598 - KONA_NODE_P2P_LISTEN_UDP_PORT=15598
- KONA_NODE_RPC_ADDR=0.0.0.0 - KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545 - KONA_NODE_RPC_PORT=9545
- KONA_NODE_SYNCMODE=consensus-layer
entrypoint: [kona-node, node] entrypoint: [kona-node, node]
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:

View File

@@ -46,21 +46,30 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX) memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root user: root
ports:
- 12812:12812
- 12812:12812/udp
expose: expose:
- 8545 - 8545
- 9001 - 9001
- 8551 - 8551
entrypoint: [op-reth, node] entrypoint: [op-reth, node]
command: command:
- --bootnodes=enode://87a32fd13bd596b2ffca97020e31aef4ddcc1bbd4b95bb633d16c1329f654f34049ed240a36b449fda5e5225d70fe40bc667f53c304b71f8e68fc9d448690b51@3.231.138.188:30301,enode://ca21ea8f176adb2e229ce2d700830c844af0ea941a1d8152a9513b966fe525e809c3a6c73a2c18a12b74ed6ec4380edf91662778fe0b79f6a591236e49e176f9@184.72.129.189:30301,enode://acf4507a211ba7c1e52cdf4eef62cdc3c32e7c9c47998954f7ba024026f9a6b2150cd3f0b734d9c78e507ab70d59ba61dfe5c45e1078c7ad0775fb251d7735a2@3.220.145.177:30301,enode://8a5a5006159bf079d06a04e5eceab2a1ce6e0f721875b2a9c96905336219dbe14203d38f70f3754686a6324f786c2f9852d8c0dd3adac2d080f4db35efc678c5@3.231.11.52:30301,enode://cdadbe835308ad3557f9a1de8db411da1a260a98f8421d62da90e71da66e55e98aaa8e90aa7ce01b408a54e4bd2253d701218081ded3dbe5efbbc7b41d7cef79@54.198.153.150:30301
- --chain=/config/genesis.json - --chain=/config/genesis.json
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --disable-discovery - --discovery.addr=0.0.0.0
- --discovery.port=12812
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=12812
- --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=12812
- --rollup.sequencer-http=https://rpc.api.lisk.com - --rollup.sequencer-http=https://rpc.api.lisk.com
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048 - --rpc-cache.max-concurrent-db-requests=2048
@@ -117,7 +126,6 @@ services:
- KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - KONA_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
- KONA_NODE_L2_CHAIN_ID=1135 - KONA_NODE_L2_CHAIN_ID=1135
- KONA_NODE_L2_ENGINE_AUTH=/jwtsecret - KONA_NODE_L2_ENGINE_AUTH=/jwtsecret
- KONA_NODE_L2_ENGINE_KIND=reth
- KONA_NODE_L2_ENGINE_RPC=http://lisk-mainnet-op-reth-pruned:8551 - KONA_NODE_L2_ENGINE_RPC=http://lisk-mainnet-op-reth-pruned:8551
- KONA_NODE_L2_ENGINE_TIMEOUT=120000 - KONA_NODE_L2_ENGINE_TIMEOUT=120000
- KONA_NODE_L2_TRUST_RPC=true - KONA_NODE_L2_TRUST_RPC=true
@@ -130,7 +138,6 @@ services:
- KONA_NODE_P2P_LISTEN_UDP_PORT=17812 - KONA_NODE_P2P_LISTEN_UDP_PORT=17812
- KONA_NODE_RPC_ADDR=0.0.0.0 - KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545 - KONA_NODE_RPC_PORT=9545
- KONA_NODE_SYNCMODE=consensus-layer
entrypoint: [kona-node, node] entrypoint: [kona-node, node]
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:

View File

@@ -58,9 +58,9 @@ services:
- --chain=metal - --chain=metal
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11194
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11194
- --engine.cross-block-cache-size=${METAL_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${METAL_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=metal - --chain=metal
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11194
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11194
- --engine.cross-block-cache-size=${METAL_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${METAL_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11114
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11114
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11114
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11114
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11845
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11845
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11845
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11845
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13985
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13985
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13985
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13985
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=optimism-sepolia - --chain=optimism-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=12326
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=12326
- --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=optimism-sepolia - --chain=optimism-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14859
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14859
- --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=optimism-sepolia - --chain=optimism-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14442
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14442
- --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=soneium - --chain=soneium
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14133
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14133
- --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=soneium - --chain=soneium
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14133
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14133
- --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=soneium - --chain=soneium
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11080
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11080
- --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=soneium - --chain=soneium
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=11080
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=11080
- --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${SONEIUM_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=soneium-minato-sepolia - --chain=soneium-minato-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14829
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14829
- --engine.cross-block-cache-size=${SONEIUM_MINATO_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${SONEIUM_MINATO_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=soneium-minato-sepolia - --chain=soneium-minato-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13724
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13724
- --engine.cross-block-cache-size=${SONEIUM_MINATO_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${SONEIUM_MINATO_SEPOLIA_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=unichain - --chain=unichain
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13073
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13073
- --engine.cross-block-cache-size=${UNICHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${UNICHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=unichain - --chain=unichain
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13073
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13073
- --engine.cross-block-cache-size=${UNICHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${UNICHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=unichain-sepolia - --chain=unichain-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=14152
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=14152
- --engine.cross-block-cache-size=${UNICHAIN_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${UNICHAIN_SEPOLIA_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=worldchain - --chain=worldchain
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=10216
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=10216
- --engine.cross-block-cache-size=${WORLDCHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${WORLDCHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=worldchain - --chain=worldchain
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=10216
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=10216
- --engine.cross-block-cache-size=${WORLDCHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${WORLDCHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=worldchain-sepolia - --chain=worldchain-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13954
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13954
- --engine.cross-block-cache-size=${WORLDCHAIN_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${WORLDCHAIN_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=worldchain-sepolia - --chain=worldchain-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13923
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13923
- --engine.cross-block-cache-size=${WORLDCHAIN_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${WORLDCHAIN_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,9 +58,9 @@ services:
- --chain=worldchain-sepolia - --chain=worldchain-sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=10736
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=10736
- --engine.cross-block-cache-size=${WORLDCHAIN_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${WORLDCHAIN_SEPOLIA_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13561
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13561
- --engine.cross-block-cache-size=${ZORA_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${ZORA_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml - --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0 - --discovery.addr=0.0.0.0
- --discovery.port= - --discovery.port=13561
- --discovery.v5.addr=0.0.0.0 - --discovery.v5.addr=0.0.0.0
- --discovery.v5.port= - --discovery.v5.port=13561
- --engine.cross-block-cache-size=${ZORA_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${ZORA_MAINNET_RETH_STATE_CACHE:-4096}
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50