arb/robinhood: add nitro pruned-pebble-path compose for mainnet and testnet

Orbit rollup on Ethereum/Sepolia with per-chain baseConfig assets (testnet
info-json from official config; mainnet genesis-json-file bootstrap).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-02 09:19:39 +00:00
parent cecd0d5638
commit 7359f3ded8
6 changed files with 602 additions and 0 deletions

View File

@@ -828,6 +828,40 @@
"real-mainnet-nitro-pruned-pebble-path"
]
},
{
"chain": "mainnet",
"client": "nitro",
"compose_file": "arb/nitro/robinhood-mainnet-nitro-pruned-pebble-path",
"features": [
"path",
"pebble"
],
"network": "robinhood",
"node": null,
"relay": null,
"stack": "arb",
"type": "pruned",
"volumes": [
"robinhood-mainnet-nitro-pruned-pebble-path"
]
},
{
"chain": "testnet",
"client": "nitro",
"compose_file": "arb/nitro/robinhood-testnet-nitro-pruned-pebble-path",
"features": [
"path",
"pebble"
],
"network": "robinhood",
"node": null,
"relay": null,
"stack": "arb",
"type": "pruned",
"volumes": [
"robinhood-testnet-nitro-pruned-pebble-path"
]
},
{
"chain": "sepolia",
"client": "nitro-erigon",