regenerate drifted celo-sepolia compose files

Pre-existing template change: bind-mount './op/celo/sepolia:/config' migrated to
parameterizable named docker volumes (CELO_SEPOLIA_OP_GETH_*_CONFIG /
CELO_SEPOLIA_OP_GETH_*_NODE_CONFIG with sensible defaults). Surfaced when
running update.sh on top of the current rpc/ submodule HEAD.
This commit is contained in:
2026-06-09 05:36:30 +00:00
parent ef88539ae6
commit 2e08acbe07
7 changed files with 204 additions and 26 deletions

View File

@@ -6126,6 +6126,102 @@
"base-sepolia-op-reth-pruned-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/bob-sepolia-op-reth-archive-trace",
"features": [
"trace"
],
"network": "bob",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"bob-sepolia-op-reth-archive-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/bob-sepolia-op-reth-minimal-trace",
"features": [
"trace"
],
"network": "bob",
"node": "node",
"relay": null,
"stack": "op",
"type": "minimal",
"volumes": [
"bob-sepolia-op-reth-minimal-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/bob-sepolia-op-reth-pruned-trace",
"features": [
"trace"
],
"network": "bob",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",
"volumes": [
"bob-sepolia-op-reth-pruned-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/ink-sepolia-op-reth-archive-trace",
"features": [
"trace"
],
"network": "ink",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"ink-sepolia-op-reth-archive-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/ink-sepolia-op-reth-minimal-trace",
"features": [
"trace"
],
"network": "ink",
"node": "node",
"relay": null,
"stack": "op",
"type": "minimal",
"volumes": [
"ink-sepolia-op-reth-minimal-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/ink-sepolia-op-reth-pruned-trace",
"features": [
"trace"
],
"network": "ink",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",
"volumes": [
"ink-sepolia-op-reth-pruned-trace"
]
},
{
"chain": "mainnet",
"client": "reth",
@@ -6318,6 +6414,54 @@
"soneium-minato-sepolia-op-reth-pruned-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/worldchain-sepolia-op-reth-archive-trace",
"features": [
"trace"
],
"network": "worldchain",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"worldchain-sepolia-op-reth-archive-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/worldchain-sepolia-op-reth-minimal-trace",
"features": [
"trace"
],
"network": "worldchain",
"node": "node",
"relay": null,
"stack": "op",
"type": "minimal",
"volumes": [
"worldchain-sepolia-op-reth-minimal-trace"
]
},
{
"chain": "sepolia",
"client": "reth",
"compose_file": "op/reth/worldchain-sepolia-op-reth-pruned-trace",
"features": [
"trace"
],
"network": "worldchain",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",
"volumes": [
"worldchain-sepolia-op-reth-pruned-trace"
]
},
{
"chain": "mainnet",
"client": "reth",

View File

@@ -42,7 +42,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_CONFIG:-celo-sepolia-op-geth-archive-leveldb-hash_config}:/config
logging: *logging-defaults
celo-sepolia-archive:
@@ -123,8 +123,8 @@ services:
networks:
- chains
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
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-leveldb-hash_node_config}:/config
logging: *logging-defaults
celo-sepolia-archive-node:
@@ -218,7 +218,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-leveldb-hash_node_config}:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:
@@ -269,14 +269,18 @@ services:
- chains
volumes:
- ${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
labels:
- prometheus-scrape.enabled=false
volumes:
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_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-archive-leveldb-hash_config
x-upstreams:
- id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_CONFIG:-celo-sepolia-op-geth-archive-pebble-hash_config}:/config
logging: *logging-defaults
celo-sepolia-archive:
@@ -123,8 +123,8 @@ services:
networks:
- chains
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
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-hash_node_config}:/config
logging: *logging-defaults
celo-sepolia-archive-node:
@@ -218,7 +218,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-hash_node_config}:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:
@@ -269,14 +269,18 @@ services:
- chains
volumes:
- ${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
labels:
- prometheus-scrape.enabled=false
volumes:
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_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-archive-pebble-hash_config
x-upstreams:
- id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_CONFIG:-celo-sepolia-op-geth-archive-pebble-path_config}:/config
logging: *logging-defaults
celo-sepolia-archive:
@@ -123,8 +123,8 @@ services:
networks:
- chains
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
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-path_node_config}:/config
logging: *logging-defaults
celo-sepolia-archive-node:
@@ -218,7 +218,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_ARCHIVE_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-archive-pebble-path_node_config}:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:
@@ -269,14 +269,18 @@ services:
- chains
volumes:
- ${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
labels:
- prometheus-scrape.enabled=false
volumes:
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_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-archive-pebble-path_config
x-upstreams:
- id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_CONFIG:-celo-sepolia-op-geth-pruned-pebble-hash_config}:/config
logging: *logging-defaults
celo-sepolia:
@@ -123,8 +123,8 @@ services:
networks:
- chains
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
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-hash_node_config}:/config
logging: *logging-defaults
celo-sepolia-node:
@@ -218,7 +218,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-hash_node_config}:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:
@@ -269,14 +269,18 @@ services:
- chains
volumes:
- ${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
labels:
- prometheus-scrape.enabled=false
volumes:
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_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-pruned-pebble-hash_config
x-upstreams:
- id: $${ID}

View File

@@ -42,7 +42,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_CONFIG:-celo-sepolia-op-geth-pruned-pebble-path_config}:/config
logging: *logging-defaults
celo-sepolia:
@@ -123,8 +123,8 @@ services:
networks:
- chains
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
- ./op/celo/sepolia:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -153,7 +153,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-path_node_config}:/config
logging: *logging-defaults
celo-sepolia-node:
@@ -218,7 +218,7 @@ services:
networks:
- chains
volumes:
- ./op/celo/sepolia:/config
- ${CELO_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_NODE_CONFIG:-celo-sepolia-op-geth-pruned-pebble-path_node_config}:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:
@@ -269,14 +269,18 @@ services:
- chains
volumes:
- ${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
labels:
- prometheus-scrape.enabled=false
volumes:
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_node_config:
x-ephemeral-volumes:
- celo-sepolia-op-geth-pruned-pebble-path_config
x-upstreams:
- id: $${ID}

View File

@@ -934,7 +934,8 @@
"https://developer-access-mainnet.base.org/",
"https://base.gateway.tenderly.co",
"https://base-rpc.publicnode.com",
"https://rpcfree.com/base-rpc"
"https://rpcfree.com/base-rpc",
"https://rpc.baseazul.dev"
]
},
"evmos-testnet": {
@@ -1556,6 +1557,19 @@
"https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}"
]
},
"humanity": {
"id": 6985385,
"urls": [
"https://humanity-mainnet.g.alchemy.com/public"
]
},
"humanity-testnet": {
"id": 7080969,
"urls": [
"https://rpc.testnet.humanity.org",
"https://humanity-testnet.g.alchemy.com/public"
]
},
"zora": {
"id": 7777777,
"urls": [