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

@@ -141,7 +141,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ethereum chain: hoodi
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -141,7 +141,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ethereum chain: hoodi
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -141,7 +141,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ethereum chain: hoodi
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -162,7 +162,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ethereum chain: hoodi
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -163,7 +163,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ethereum chain: hoodi
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -168,7 +168,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ethereum chain: hoodi
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -169,7 +169,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ethereum chain: hoodi
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -179,7 +179,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: fraxtal-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -179,7 +179,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: fraxtal-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -52,7 +52,7 @@ services:
environment: environment:
- GETH_OVERRIDE_ISTHMUS=1749807000 - GETH_OVERRIDE_ISTHMUS=1749807000
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.katana.network - GETH_ROLLUP_SEQUENCERHTTP=https://rpc-bokuto.katanarpc.com
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; exec geth "$@"' -- entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; exec geth "$@"' --
command: command:
- --datadir=/data - --datadir=/data
@@ -62,7 +62,7 @@ services:
- --metrics - --metrics
- --metrics.addr=0.0.0.0 - --metrics.addr=0.0.0.0
- --metrics.port=6060 - --metrics.port=6060
- --networkid=747474 - --networkid=737373
- --nodiscover - --nodiscover
- --rpc.gascap=600000000 - --rpc.gascap=600000000
- --rpc.txfeecap=0 - --rpc.txfeecap=0
@@ -172,7 +172,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: katana chain: katana-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -52,7 +52,7 @@ services:
environment: environment:
- GETH_OVERRIDE_ISTHMUS=1749807000 - GETH_OVERRIDE_ISTHMUS=1749807000
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.katana.network - GETH_ROLLUP_SEQUENCERHTTP=https://rpc-bokuto.katanarpc.com
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' -- entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' --
command: command:
- --datadir=/data - --datadir=/data
@@ -62,7 +62,7 @@ services:
- --metrics - --metrics
- --metrics.addr=0.0.0.0 - --metrics.addr=0.0.0.0
- --metrics.port=6060 - --metrics.port=6060
- --networkid=747474 - --networkid=737373
- --nodiscover - --nodiscover
- --rpc.gascap=600000000 - --rpc.gascap=600000000
- --rpc.txfeecap=0 - --rpc.txfeecap=0
@@ -172,7 +172,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: katana chain: katana-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -198,7 +198,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: xlayer-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -198,7 +198,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: xlayer-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -198,7 +198,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: xlayer-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -56,7 +56,6 @@ services:
- GETH_CONFIG=/config/gethconfig.toml - GETH_CONFIG=/config/gethconfig.toml
- GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT} - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT}
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://testnet.zircuit.com
- GETH_TXPOOL_GLOBALQUEUE=1024 - GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c 'exec geth "$@"' -- entrypoint: /bin/sh -c 'exec geth "$@"' --
command: command:

View File

@@ -56,7 +56,6 @@ services:
- GETH_CONFIG=/config/gethconfig.toml - GETH_CONFIG=/config/gethconfig.toml
- GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT} - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT}
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://testnet.zircuit.com
- GETH_TXPOOL_GLOBALQUEUE=1024 - GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c 'exec geth "$@"' -- entrypoint: /bin/sh -c 'exec geth "$@"' --
command: command:

View File

@@ -56,7 +56,6 @@ services:
- GETH_CONFIG=/config/gethconfig.toml - GETH_CONFIG=/config/gethconfig.toml
- GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT} - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT}
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://testnet.zircuit.com
- GETH_TXPOOL_GLOBALQUEUE=1024 - GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c 'exec geth "$@"' -- entrypoint: /bin/sh -c 'exec geth "$@"' --
command: command:

View File

@@ -56,7 +56,6 @@ services:
- GETH_CONFIG=/config/gethconfig.toml - GETH_CONFIG=/config/gethconfig.toml
- GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT} - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT}
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://testnet.zircuit.com
- GETH_TXPOOL_GLOBALQUEUE=1024 - GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c 'exec geth "$@"' -- entrypoint: /bin/sh -c 'exec geth "$@"' --
command: command:

View File

@@ -214,7 +214,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: ronin-saigon
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -215,7 +215,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: ronin-saigon
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -198,7 +198,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: xlayer-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -199,7 +199,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: xlayer-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -26,6 +26,31 @@
"https://optimism.drpc.org" "https://optimism.drpc.org"
] ]
}, },
"flare": {
"id": 14,
"urls": [
"https://flare-api.flare.network/ext/C/rpc",
"https://flare.rpc.thirdweb.com",
"https://flare-bundler.etherspot.io",
"https://rpc.ankr.com/flare",
"https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc",
"https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc",
"https://rpc.au.cc/flare",
"https://flare.enosys.global/ext/C/rpc",
"https://flare.solidifi.app/ext/C/rpc"
]
},
"songbird-testnet": {
"id": 16,
"urls": [
"https://coston-api.flare.network/ext/C/rpc",
"https://songbird-testnet-coston.rpc.thirdweb.com",
"https://01-gravelines-004-01.rpc.tatum.io/ext/bc/C/rpc",
"https://02-chicago-004-02.rpc.tatum.io/ext/bc/C/rpc",
"https://02-tokyo-004-03.rpc.tatum.io/ext/bc/C/rpc",
"https://coston.enosys.global/ext/C/rpc"
]
},
"thundercore-testnet": { "thundercore-testnet": {
"id": 18, "id": 18,
"urls": [ "urls": [
@@ -33,6 +58,18 @@
"https://thundercore-testnet.drpc.org" "https://thundercore-testnet.drpc.org"
] ]
}, },
"songbird": {
"id": 19,
"urls": [
"https://songbird-api.flare.network/ext/C/rpc",
"https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc",
"https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc",
"https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc",
"https://rpc.au.cc/songbird",
"https://songbird.enosys.global/ext/C/rpc",
"https://songbird.solidifi.app/ext/C/rpc"
]
},
"cronos": { "cronos": {
"id": 25, "id": 25,
"urls": [ "urls": [
@@ -69,6 +106,26 @@
"https://telos-testnet.drpc.org" "https://telos-testnet.drpc.org"
] ]
}, },
"xdc": {
"id": 50,
"urls": [
"https://erpc.xinfin.network",
"https://rpc.xinfin.network",
"https://rpc1.xinfin.network",
"https://rpc.xdcrpc.com",
"https://erpc.xdcrpc.com",
"https://rpc.ankr.com/xdc",
"https://rpc.xdc.org"
]
},
"xdc-testnet": {
"id": 51,
"urls": [
"https://rpc.apothem.network",
"https://erpc.apothem.network",
"https://apothem.xdcrpc.com"
]
},
"bsc": { "bsc": {
"id": 56, "id": 56,
"urls": [ "urls": [
@@ -160,11 +217,22 @@
"shibarium": { "shibarium": {
"id": 109, "id": 109,
"urls": [ "urls": [
"https://www.shibrpc.com",
"https://rpc.shibrpc.com", "https://rpc.shibrpc.com",
"https://shib.nownodes.io" "https://shib.nownodes.io"
] ]
}, },
"flare-testnet": {
"id": 114,
"urls": [
"https://coston2-api.flare.network/ext/C/rpc",
"https://flare-testnet-coston2.rpc.thirdweb.com",
"https://flaretestnet-bundler.etherspot.io",
"https://01-gravelines-005-01.rpc.tatum.io/ext/bc/C/rpc",
"https://02-chicago-005-02.rpc.tatum.io/ext/bc/C/rpc",
"https://02-tokyo-005-03.rpc.tatum.io/ext/bc/C/rpc",
"https://coston2.enosys.global/ext/C/rpc"
]
},
"fuse": { "fuse": {
"id": 122, "id": 122,
"urls": [ "urls": [
@@ -188,21 +256,18 @@
"hashkey-testnet": { "hashkey-testnet": {
"id": 133, "id": 133,
"urls": [ "urls": [
"https://hashkeychain-testnet.alt.technology" "https://testnet.hsk.xyz"
] ]
}, },
"polygon": { "polygon": {
"id": 137, "id": 137,
"urls": [ "urls": [
"https://polygon-rpc.com/", "https://polygon.drpc.org",
"https://rpc-mainnet.matic.network",
"https://matic-mainnet.chainstacklabs.com",
"https://rpc-mainnet.maticvigil.com",
"https://rpc-mainnet.matic.quiknode.pro", "https://rpc-mainnet.matic.quiknode.pro",
"https://matic-mainnet-full-rpc.bwarelabs.com",
"https://polygon-bor-rpc.publicnode.com", "https://polygon-bor-rpc.publicnode.com",
"https://polygon.gateway.tenderly.co", "https://polygon.gateway.tenderly.co",
"https://polygon.drpc.org" "https://rpc.satelink.network/rpc/polygon",
"https://rpcfree.com/polygon-rpc"
] ]
}, },
"monad-mainnet": { "monad-mainnet": {
@@ -231,13 +296,6 @@
"https://mainnet.hsk.xyz" "https://mainnet.hsk.xyz"
] ]
}, },
"xlayer-testnet": {
"id": 195,
"urls": [
"https://testrpc.xlayer.tech",
"https://xlayertestrpc.okx.com"
]
},
"xlayer": { "xlayer": {
"id": 196, "id": 196,
"urls": [ "urls": [
@@ -262,18 +320,42 @@
"https://opbnb.drpc.org" "https://opbnb.drpc.org"
] ]
}, },
"bsquared": {
"id": 223,
"urls": [
"https://mainnet.b2-rpc.com",
"https://rpc.bsquared.network",
"https://b2-mainnet.alt.technology",
"https://b2-mainnet-public.s.chainbase.com",
"https://rpc.ankr.com/b2"
]
},
"lens": { "lens": {
"id": 232, "id": 232,
"urls": [ "urls": [
"https://rpc.lens.xyz" "https://rpc.lens.xyz"
] ]
}, },
"tac": {
"id": 239,
"urls": [
"https://rpc.tac.build",
"https://rpc.ankr.com/tac",
"https://ws.rpc.tac.build"
]
},
"cronos-zkevm-testnet": { "cronos-zkevm-testnet": {
"id": 240, "id": 240,
"urls": [ "urls": [
"https://testnet.zkevm.cronos.org" "https://testnet.zkevm.cronos.org"
] ]
}, },
"oasys": {
"id": 248,
"urls": [
"https://rpc.mainnet.oasys.games"
]
},
"fantom": { "fantom": {
"id": 250, "id": 250,
"urls": [ "urls": [
@@ -312,6 +394,12 @@
"https://boba-eth.drpc.org" "https://boba-eth.drpc.org"
] ]
}, },
"orderly": {
"id": 291,
"urls": [
"https://rpc.orderly.network"
]
},
"zksync-sepolia": { "zksync-sepolia": {
"id": 300, "id": 300,
"urls": [ "urls": [
@@ -375,6 +463,12 @@
"https://lite.chain.opentensor.ai" "https://lite.chain.opentensor.ai"
] ]
}, },
"stable": {
"id": 988,
"urls": [
"https://rpc.stable.xyz"
]
},
"hyperliquid-testnet": { "hyperliquid-testnet": {
"id": 998, "id": 998,
"urls": [ "urls": [
@@ -384,7 +478,7 @@
"hyperliquid": { "hyperliquid": {
"id": 999, "id": 999,
"urls": [ "urls": [
"https://gwan-ssl.wandevs.org:46891/" "https://rpc.hyperliquid.xyz/evm"
] ]
}, },
"klaytn-baobab": { "klaytn-baobab": {
@@ -394,9 +488,9 @@
] ]
}, },
"bittorrent-testnet": { "bittorrent-testnet": {
"id": 1028, "id": 1029,
"urls": [ "urls": [
"https://testrpc.bittorrentchain.io/" "https://pre-rpc.bt.io"
] ]
}, },
"metis": { "metis": {
@@ -495,6 +589,12 @@
"https://unichain-sepolia-rpc.publicnode.com" "https://unichain-sepolia-rpc.publicnode.com"
] ]
}, },
"story-aeneid-testnet": {
"id": 1315,
"urls": [
"https://aeneid.storyrpc.io"
]
},
"sei-testnet": { "sei-testnet": {
"id": 1328, "id": 1328,
"urls": [ "urls": [
@@ -507,6 +607,18 @@
"https://evm-rpc.sei-apis.com" "https://evm-rpc.sei-apis.com"
] ]
}, },
"story-testnet": {
"id": 1513,
"urls": [
"https://testnet.storyrpc.io"
]
},
"story": {
"id": 1514,
"urls": [
"https://mainnet.storyrpc.io"
]
},
"gravity-alpha": { "gravity-alpha": {
"id": 1625, "id": 1625,
"urls": [ "urls": [
@@ -558,18 +670,18 @@
"https://rpc.minato.soneium.org" "https://rpc.minato.soneium.org"
] ]
}, },
"xlayer-testnet": {
"id": 1952,
"urls": [
"https://testrpc.xlayer.tech"
]
},
"ronin": { "ronin": {
"id": 2020, "id": 2020,
"urls": [ "urls": [
"https://ronin.lgns.net/rpc" "https://ronin.lgns.net/rpc"
] ]
}, },
"ronin-saigon": {
"id": 2021,
"urls": [
"https://ronin-testnet.gateway.tenderly.co"
]
},
"alephzero-sepolia": { "alephzero-sepolia": {
"id": 2039, "id": 2039,
"urls": [ "urls": [
@@ -582,6 +694,12 @@
"https://mainnet.snaxchain.io" "https://mainnet.snaxchain.io"
] ]
}, },
"stable-testnet": {
"id": 2201,
"urls": [
"https://rpc.testnet.stable.xyz"
]
},
"kava-testnet": { "kava-testnet": {
"id": 2221, "id": 2221,
"urls": [ "urls": [
@@ -614,18 +732,63 @@
"https://api.sepolia.kroma.network" "https://api.sepolia.kroma.network"
] ]
}, },
"kite": {
"id": 2366,
"urls": [
"https://rpc.gokite.ai"
]
},
"tac-spb": {
"id": 2391,
"urls": [
"https://spb.rpc.tac.build",
"https://rpc.ankr.com/tac_spb",
"https://spb-ws.rpc.tac.build"
]
},
"polygon-zkevm-cardona": { "polygon-zkevm-cardona": {
"id": 2442, "id": 2442,
"urls": [ "urls": [
"https://rpc.cardona.zkevm-rpc.com" "https://rpc.cardona.zkevm-rpc.com"
] ]
}, },
"fraxtal-testnet": {
"id": 2523,
"urls": [
"https://rpc.testnet.frax.com"
]
},
"abstract": { "abstract": {
"id": 2741, "id": 2741,
"urls": [ "urls": [
"https://api.mainnet.abs.xyz" "https://api.mainnet.abs.xyz"
] ]
}, },
"morph": {
"id": 2818,
"urls": [
"https://rpc.morphl2.io",
"https://rpc-quicknode.morphl2.io"
]
},
"edge": {
"id": 3343,
"urls": [
"https://edge-mainnet.g.alchemy.com/public"
]
},
"botanix-testnet": {
"id": 3636,
"urls": [
"https://node.botanixlabs.dev"
]
},
"botanix": {
"id": 3637,
"urls": [
"https://rpc.botanixlabs.com"
]
},
"fantom-testnet": { "fantom-testnet": {
"id": 4002, "id": 4002,
"urls": [ "urls": [
@@ -648,6 +811,24 @@
"https://rpc.sepolia-api.lisk.com" "https://rpc.sepolia-api.lisk.com"
] ]
}, },
"tempo-mainnet": {
"id": 4217,
"urls": [
"https://rpc.mainnet.tempo.xyz"
]
},
"megaeth": {
"id": 4326,
"urls": [
"https://mainnet.megaeth.com/rpc"
]
},
"orderly-testnet": {
"id": 4460,
"urls": [
"https://testnet-rpc.orderly.org"
]
},
"iotex": { "iotex": {
"id": 4689, "id": 4689,
"urls": [ "urls": [
@@ -687,6 +868,10 @@
"https://api.infra.mainnet.somnia.network" "https://api.infra.mainnet.somnia.network"
] ]
}, },
"arc": {
"id": 5042,
"urls": []
},
"superseed": { "superseed": {
"id": 5330, "id": 5330,
"urls": [ "urls": [
@@ -702,8 +887,16 @@
"https://opbnb-testnet-rpc.publicnode.com" "https://opbnb-testnet-rpc.publicnode.com"
] ]
}, },
"megaeth-testnet": { "tea": {
"id": 6122,
"urls": []
},
"megaeth-deprecated": {
"id": 6342, "id": 6342,
"urls": []
},
"megaeth-testnet": {
"id": 6343,
"urls": [ "urls": [
"https://carrot.megaeth.com/rpc" "https://carrot.megaeth.com/rpc"
] ]
@@ -746,7 +939,9 @@
"https://mainnet.base.org/", "https://mainnet.base.org/",
"https://developer-access-mainnet.base.org/", "https://developer-access-mainnet.base.org/",
"https://base.gateway.tenderly.co", "https://base.gateway.tenderly.co",
"https://base-rpc.publicnode.com" "https://base-rpc.publicnode.com",
"https://rpcfree.com/base-rpc",
"https://rpc.baseazul.dev"
] ]
}, },
"evmos-testnet": { "evmos-testnet": {
@@ -764,6 +959,12 @@
"https://evmos-evm-rpc.publicnode.com" "https://evmos-evm-rpc.publicnode.com"
] ]
}, },
"oasys-testnet": {
"id": 9372,
"urls": [
"https://rpc.testnet.oasys.games"
]
},
"plasma": { "plasma": {
"id": 9745, "id": 9745,
"urls": [ "urls": [
@@ -791,6 +992,12 @@
"https://gnosis-chiado.drpc.org" "https://gnosis-chiado.drpc.org"
] ]
}, },
"tea-sepolia": {
"id": 10218,
"urls": [
"https://tea-sepolia.g.alchemy.com/public"
]
},
"gameswift-testnet": { "gameswift-testnet": {
"id": 10888, "id": 10888,
"urls": [ "urls": [
@@ -814,15 +1021,13 @@
"immutable-zkevm": { "immutable-zkevm": {
"id": 13371, "id": 13371,
"urls": [ "urls": [
"https://rpc.immutable.com", "https://rpc.immutable.com"
"https://immutable-zkevm.drpc.org"
] ]
}, },
"immutable-zkevm-testnet": { "immutable-zkevm-testnet": {
"id": 13473, "id": 13473,
"urls": [ "urls": [
"https://rpc.testnet.immutable.com", "https://rpc.testnet.immutable.com"
"https://immutable-zkevm-testnet.drpc.org"
] ]
}, },
"gravity-alpha-sepolia": { "gravity-alpha-sepolia": {
@@ -831,12 +1036,18 @@
"https://rpc-sepolia.gravity.xyz" "https://rpc-sepolia.gravity.xyz"
] ]
}, },
"sonic-testnet-v2": {
"id": 14601,
"urls": [
"https://rpc.testnet.soniclabs.com"
]
},
"0g-newton-testnet": { "0g-newton-testnet": {
"id": 16600, "id": 16600,
"urls": [] "urls": []
}, },
"0g-galileo-testnet": { "0g-galileo-testnet": {
"id": 16601, "id": 16602,
"urls": [ "urls": [
"https://evmrpc-testnet.0g.ai" "https://evmrpc-testnet.0g.ai"
] ]
@@ -872,7 +1083,7 @@
"id": 31612, "id": 31612,
"urls": [ "urls": [
"https://rpc_evm-mezo.imperator.co", "https://rpc_evm-mezo.imperator.co",
"https://rpc-http.mezo.boar.network", "https://mezo-mainnet.boar.network",
"https://mainnet.mezo.public.validationcloud.io", "https://mainnet.mezo.public.validationcloud.io",
"https://rpc-internal.mezo.org" "https://rpc-internal.mezo.org"
] ]
@@ -889,6 +1100,12 @@
"https://rpc.apechain.com" "https://rpc.apechain.com"
] ]
}, },
"edge-testnet": {
"id": 33431,
"urls": [
"https://edge-testnet.g.alchemy.com/public"
]
},
"mode": { "mode": {
"id": 34443, "id": 34443,
"urls": [ "urls": [
@@ -896,6 +1113,19 @@
"https://mode.drpc.org" "https://mode.drpc.org"
] ]
}, },
"abcore": {
"id": 36888,
"urls": [
"https://rpc.core.ab.org",
"https://rpc1.core.ab.org"
]
},
"adi": {
"id": 36900,
"urls": [
"https://rpc.adifoundation.ai"
]
},
"lens-testnet": { "lens-testnet": {
"id": 37111, "id": 37111,
"urls": [ "urls": [
@@ -913,7 +1143,8 @@
"urls": [ "urls": [
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}", "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://arb1.arbitrum.io/rpc", "https://arb1.arbitrum.io/rpc",
"https://arbitrum-one-rpc.publicnode.com" "https://arbitrum-one-rpc.publicnode.com",
"https://rpcfree.com/arbitrum-rpc"
] ]
}, },
"arbitrum-nova": { "arbitrum-nova": {
@@ -929,6 +1160,18 @@
"https://forno.celo.org" "https://forno.celo.org"
] ]
}, },
"tempo-testnet": {
"id": 42429,
"urls": [
"https://rpc.testnet.tempo.xyz"
]
},
"tempo-moderato-testnet": {
"id": 42431,
"urls": [
"https://rpc.moderato.tempo.xyz"
]
},
"hemi": { "hemi": {
"id": 43111, "id": 43111,
"urls": [ "urls": [
@@ -955,6 +1198,12 @@
"https://alfajores-forno.celo-testnet.org" "https://alfajores-forno.celo-testnet.org"
] ]
}, },
"robinhood-testnet": {
"id": 46630,
"urls": [
"https://rpc.testnet.chain.robinhood.com/rpc"
]
},
"zircuit-garfield-testnet": { "zircuit-garfield-testnet": {
"id": 48898, "id": 48898,
"urls": [ "urls": [
@@ -963,9 +1212,7 @@
}, },
"zircuit-testnet": { "zircuit-testnet": {
"id": 48899, "id": 48899,
"urls": [ "urls": []
"https://testnet.zircuit.com"
]
}, },
"zircuit-mainnet": { "zircuit-mainnet": {
"id": 48900, "id": 48900,
@@ -1045,7 +1292,8 @@
"id": 80002, "id": 80002,
"urls": [ "urls": [
"https://rpc-amoy.polygon.technology", "https://rpc-amoy.polygon.technology",
"https://polygon-amoy-bor-rpc.publicnode.com" "https://polygon-amoy-bor-rpc.publicnode.com",
"https://polygon-amoy.drpc.org"
] ]
}, },
"berachain-bepolia": { "berachain-bepolia": {
@@ -1102,6 +1350,42 @@
"https://rpc.plume.org" "https://rpc.plume.org"
] ]
}, },
"plume-testnet": {
"id": 98867,
"urls": [
"https://testnet-rpc.plume.org"
]
},
"vechain": {
"id": 100009,
"urls": [
"https://rpc-mainnet.vechain.energy"
]
},
"vechain-testnet": {
"id": 100010,
"urls": [
"https://rpc-testnet.vechain.energy"
]
},
"creditcoin": {
"id": 102030,
"urls": [
"https://mainnet3.creditcoin.network"
]
},
"creditcoin-testnet": {
"id": 102031,
"urls": [
"https://rpc.cc3-testnet.creditcoin.network"
]
},
"creditcoin-devnet": {
"id": 102032,
"urls": [
"https://rpc.cc3-devnet.creditcoin.network"
]
},
"real": { "real": {
"id": 111188, "id": 111188,
"urls": [ "urls": [
@@ -1127,6 +1411,12 @@
"https://rpc.hoodi.taiko.xyz" "https://rpc.hoodi.taiko.xyz"
] ]
}, },
"ronin-saigon": {
"id": 202601,
"urls": [
"https://ronin-testnet.gateway.tenderly.co"
]
},
"filecoin-calibration": { "filecoin-calibration": {
"id": 314159, "id": 314159,
"urls": [ "urls": [
@@ -1195,6 +1485,12 @@
"https://evm-rpc.arctic-1.seinetwork.io" "https://evm-rpc.arctic-1.seinetwork.io"
] ]
}, },
"katana-testnet": {
"id": 737373,
"urls": [
"https://rpc-bokuto.katanarpc.com"
]
},
"hemi-testnet": { "hemi-testnet": {
"id": 743111, "id": 743111,
"urls": [ "urls": [
@@ -1204,7 +1500,9 @@
"katana": { "katana": {
"id": 747474, "id": 747474,
"urls": [ "urls": [
"https://rpc.katana.network" "https://rpc.katana.network",
"https://katana.gateway.tenderly.co/",
"https://rpc.katanarpc.com/"
] ]
}, },
"ink-sepolia": { "ink-sepolia": {
@@ -1237,6 +1535,13 @@
"https://rpc.testnet.xrplevm.org" "https://rpc.testnet.xrplevm.org"
] ]
}, },
"jovay-sepolia": {
"id": 2019775,
"urls": [
"https://api.zan.top/public/jovay-testnet",
"https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}"
]
},
"manta-pacific-sepolia": { "manta-pacific-sepolia": {
"id": 3441006, "id": 3441006,
"urls": [ "urls": [
@@ -1251,6 +1556,26 @@
"https://rpc.blockdaemon.testnet.arc.network" "https://rpc.blockdaemon.testnet.arc.network"
] ]
}, },
"jovay": {
"id": 5734951,
"urls": [
"https://rpc.jovay.io",
"https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}"
]
},
"humanity": {
"id": 6985385,
"urls": [
"https://humanity-mainnet.g.alchemy.com/public"
]
},
"humanity-testnet": {
"id": 7080969,
"urls": [
"https://rpc.testnet.humanity.org",
"https://humanity-testnet.g.alchemy.com/public"
]
},
"zora": { "zora": {
"id": 7777777, "id": 7777777,
"urls": [ "urls": [
@@ -1294,10 +1619,6 @@
"https://rpc.opcelestia-raspberry.gelato.digital" "https://rpc.opcelestia-raspberry.gelato.digital"
] ]
}, },
"plume-testnet": {
"id": 161221135,
"urls": []
},
"blast-sepolia": { "blast-sepolia": {
"id": 168587773, "id": 168587773,
"urls": [ "urls": [
@@ -1382,6 +1703,18 @@
"https://rpc.arb-blueberry.gelato.digital" "https://rpc.arb-blueberry.gelato.digital"
] ]
}, },
"aztec-devnet": {
"rollup_version": "615022430",
"urls": [
"https://v4-devnet-2.aztec-labs.com/"
]
},
"aztec-testnet": {
"rollup_version": "4127419662",
"urls": [
"https://rpc.testnet.aztec-labs.com"
]
},
"core-pigeon": { "core-pigeon": {
"id": 1114, "id": 1114,
"urls": [ "urls": [

View File

@@ -110,7 +110,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ronin-saigon chain:
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -110,7 +110,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ronin-saigon chain:
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -110,7 +110,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: ronin-saigon chain:
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -122,7 +122,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: rootstock chain: rootstock-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -124,7 +124,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: tempo-mainnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -125,7 +125,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: tempo-mainnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -124,7 +124,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: tempo-mainnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -125,7 +125,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: tempo-mainnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -124,7 +124,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: tempo-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

@@ -125,7 +125,7 @@ x-upstreams:
frameSize: 20Mb frameSize: 20Mb
msgSize: 50Mb msgSize: 50Mb
url: $${WS_URL} url: $${WS_URL}
chain: chain: tempo-testnet
method-groups: method-groups:
enabled: enabled:
- debug - debug

View File

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

View File

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