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",