fix dshackle chain labels: hoodi, rootstock-testnet, ronin-saigon + registry refresh drift

- ethereum-hoodi composes: chain ethereum -> hoodi (was mislabeled as mainnet)
- rootstock-bamboo: chain rootstock -> rootstock-testnet
- ronin-saigon op-reth: empty chain -> ronin-saigon (fresh DRPC registry now
  carries saigon at chainid 202601; stale local upstreams.yml had dropped it)
- assorted regen drift from fresh chain registry

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 05:32:16 +00:00
parent 4b0ce9ca69
commit f5f475cdb1
35 changed files with 409 additions and 80 deletions

View File

@@ -62,7 +62,7 @@ services:
- --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --networkid=195
- --networkid=1952
- --port=14964
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1500000

View File

@@ -62,7 +62,7 @@ services:
- --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --networkid=195
- --networkid=1952
- --port=12700
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1500000