From 2e08acbe0723ae8e8c85cc7ac8ddf936a02a53b3 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Tue, 9 Jun 2026 05:36:30 +0000 Subject: [PATCH] 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. --- compose_registry.json | 144 ++++++++++++++++++ ...o-sepolia-op-geth-archive-leveldb-hash.yml | 14 +- ...lo-sepolia-op-geth-archive-pebble-hash.yml | 14 +- ...lo-sepolia-op-geth-archive-pebble-path.yml | 14 +- ...elo-sepolia-op-geth-pruned-pebble-hash.yml | 14 +- ...elo-sepolia-op-geth-pruned-pebble-path.yml | 14 +- reference-rpc-endpoint.json | 16 +- 7 files changed, 204 insertions(+), 26 deletions(-) diff --git a/compose_registry.json b/compose_registry.json index 9cf1ad01..0bf26b8c 100644 --- a/compose_registry.json +++ b/compose_registry.json @@ -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", diff --git a/op/geth/celo-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/celo-sepolia-op-geth-archive-leveldb-hash.yml index 82897356..8c2ddd83 100644 --- a/op/geth/celo-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/celo-sepolia-op-geth-archive-leveldb-hash.yml @@ -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} diff --git a/op/geth/celo-sepolia-op-geth-archive-pebble-hash.yml b/op/geth/celo-sepolia-op-geth-archive-pebble-hash.yml index d13a7881..52606f51 100644 --- a/op/geth/celo-sepolia-op-geth-archive-pebble-hash.yml +++ b/op/geth/celo-sepolia-op-geth-archive-pebble-hash.yml @@ -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} diff --git a/op/geth/celo-sepolia-op-geth-archive-pebble-path.yml b/op/geth/celo-sepolia-op-geth-archive-pebble-path.yml index decbe4a7..4bec31e1 100644 --- a/op/geth/celo-sepolia-op-geth-archive-pebble-path.yml +++ b/op/geth/celo-sepolia-op-geth-archive-pebble-path.yml @@ -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} diff --git a/op/geth/celo-sepolia-op-geth-pruned-pebble-hash.yml b/op/geth/celo-sepolia-op-geth-pruned-pebble-hash.yml index 3a610de4..1ef1023c 100644 --- a/op/geth/celo-sepolia-op-geth-pruned-pebble-hash.yml +++ b/op/geth/celo-sepolia-op-geth-pruned-pebble-hash.yml @@ -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} diff --git a/op/geth/celo-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/celo-sepolia-op-geth-pruned-pebble-path.yml index 8040cda4..040bd9c0 100644 --- a/op/geth/celo-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/celo-sepolia-op-geth-pruned-pebble-path.yml @@ -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} diff --git a/reference-rpc-endpoint.json b/reference-rpc-endpoint.json index 1bcb6394..26455442 100644 --- a/reference-rpc-endpoint.json +++ b/reference-rpc-endpoint.json @@ -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": [