ripple: deployable mainnet + testnet rippled with health checks

Fix mainnet rippled.cfg (ws,http RPC, port_peer 13331), strip eth-isms
from x-upstreams, add testnet chain assets/compose, and wire --ripple
sync-status via check-health.sh server_info probe.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-02 11:46:03 +00:00
parent b8752b0c7e
commit 0c8a3cc4b0
8 changed files with 261 additions and 19 deletions

View File

@@ -7901,6 +7901,22 @@
"ripple-mainnet-rippled-pruned-nudb"
]
},
{
"chain": "testnet",
"client": "rippled",
"compose_file": "ripple/rippled/ripple-testnet-rippled-pruned-nudb",
"features": [
"nudb"
],
"network": "ripple",
"node": null,
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"ripple-testnet-rippled-pruned-nudb"
]
},
{
"chain": "mainnet",
"client": "ronin",