plasma: add testnet compose + assets (reth + plasma-consensus)

Canonicalize plasma-testnet so the tracked compose adopts the same
volume/service names as the de-32 hand-written override (rpc_plasma-
testnet-reth-pruned-trace-{execution,consensus,jwt}). Also refresh
mainnet observer sed to be chain-agnostic.
This commit is contained in:
2026-07-19 04:15:45 +00:00
parent 95360bd238
commit db81e62c73
25 changed files with 530 additions and 2 deletions

View File

@@ -8520,6 +8520,24 @@
"plasma-mainnet-reth-pruned-trace-jwt"
]
},
{
"chain": "testnet",
"client": "reth",
"compose_file": "plasma/reth/plasma-testnet-reth-pruned-trace",
"features": [
"trace"
],
"network": "plasma",
"node": "plasma-consensus",
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"plasma-testnet-reth-pruned-trace-consensus",
"plasma-testnet-reth-pruned-trace-execution",
"plasma-testnet-reth-pruned-trace-jwt"
]
},
{
"chain": "amoy",
"client": "bor",