Add Tempo network configuration (moderato, testnet)

- Add tempo-moderato-reth-archive-trace and tempo-moderato-reth-pruned-trace
- Add tempo-testnet-reth-archive-trace and tempo-testnet-reth-pruned-trace
- Update compose_registry.json with new endpoints

Chain IDs:
- Tempo Moderato: 42431
- Tempo Testnet (Andantino): 42429

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 06:04:52 +00:00
parent c35fdd0f15
commit a09b33b7a0
5 changed files with 604 additions and 2 deletions

View File

@@ -4502,7 +4502,7 @@
"client": "geth",
"compose_file": "op/geth/hashkeychain-testnet-op-geth-pruned-pebble-hash",
"features": [
"hash",
"path",
"pebble"
],
"network": "hashkeychain",
@@ -4519,7 +4519,7 @@
"client": "geth",
"compose_file": "op/geth/hashkeychain-testnet-op-geth-pruned-pebble-path",
"features": [
"hash",
"path",
"pebble"
],
"network": "hashkeychain",
@@ -7042,6 +7042,70 @@
"taiko-hoodi-nethermind-pruned-rocksdb-trace"
]
},
{
"chain": "moderato",
"client": "reth",
"compose_file": "tempo/reth/tempo-moderato-reth-archive-trace",
"features": [
"trace"
],
"network": "tempo",
"node": null,
"relay": null,
"stack": null,
"type": "archive",
"volumes": [
"tempo-moderato-reth-archive-trace"
]
},
{
"chain": "moderato",
"client": "reth",
"compose_file": "tempo/reth/tempo-moderato-reth-pruned-trace",
"features": [
"trace"
],
"network": "tempo",
"node": null,
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"tempo-moderato-reth-pruned-trace"
]
},
{
"chain": "testnet",
"client": "reth",
"compose_file": "tempo/reth/tempo-testnet-reth-archive-trace",
"features": [
"trace"
],
"network": "tempo",
"node": null,
"relay": null,
"stack": null,
"type": "archive",
"volumes": [
"tempo-testnet-reth-archive-trace"
]
},
{
"chain": "testnet",
"client": "reth",
"compose_file": "tempo/reth/tempo-testnet-reth-pruned-trace",
"features": [
"trace"
],
"network": "tempo",
"node": null,
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"tempo-testnet-reth-pruned-trace"
]
},
{
"chain": "venus",
"client": "thunder",