Update Sonic and Taiko RPC configurations
This commit is contained in:
@@ -207,7 +207,9 @@
|
|||||||
},
|
},
|
||||||
"monad-mainnet": {
|
"monad-mainnet": {
|
||||||
"id": 143,
|
"id": 143,
|
||||||
"urls": []
|
"urls": [
|
||||||
|
"https://rpc.monad.xyz"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"sonic": {
|
"sonic": {
|
||||||
"id": 146,
|
"id": 146,
|
||||||
@@ -559,7 +561,6 @@
|
|||||||
"ronin": {
|
"ronin": {
|
||||||
"id": 2020,
|
"id": 2020,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://api.roninchain.com/rpc",
|
|
||||||
"https://ronin.lgns.net/rpc"
|
"https://ronin.lgns.net/rpc"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -619,13 +620,6 @@
|
|||||||
"https://rpc.cardona.zkevm-rpc.com"
|
"https://rpc.cardona.zkevm-rpc.com"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"fraxtal-testnet": {
|
|
||||||
"id": 2522,
|
|
||||||
"urls": [
|
|
||||||
"https://rpc.testnet.frax.com",
|
|
||||||
"https://fraxtal-holesky-rpc.publicnode.com"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"abstract": {
|
"abstract": {
|
||||||
"id": 2741,
|
"id": 2741,
|
||||||
"urls": [
|
"urls": [
|
||||||
@@ -687,6 +681,12 @@
|
|||||||
"https://rpc.sepolia.mantle.xyz"
|
"https://rpc.sepolia.mantle.xyz"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"somnia": {
|
||||||
|
"id": 5031,
|
||||||
|
"urls": [
|
||||||
|
"https://api.infra.mainnet.somnia.network"
|
||||||
|
]
|
||||||
|
},
|
||||||
"superseed": {
|
"superseed": {
|
||||||
"id": 5330,
|
"id": 5330,
|
||||||
"urls": [
|
"urls": [
|
||||||
@@ -831,6 +831,12 @@
|
|||||||
"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": []
|
||||||
@@ -1119,9 +1125,12 @@
|
|||||||
},
|
},
|
||||||
"taiko-hekla": {
|
"taiko-hekla": {
|
||||||
"id": 167009,
|
"id": 167009,
|
||||||
|
"urls": []
|
||||||
|
},
|
||||||
|
"taiko-hoodi": {
|
||||||
|
"id": 167013,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://rpc.hekla.taiko.xyz",
|
"https://rpc.hoodi.taiko.xyz"
|
||||||
"https://taiko-hekla-rpc.publicnode.com"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"filecoin-calibration": {
|
"filecoin-calibration": {
|
||||||
@@ -1216,18 +1225,22 @@
|
|||||||
"https://bob-sepolia.rpc.gobob.xyz"
|
"https://bob-sepolia.rpc.gobob.xyz"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"xrpl": {
|
||||||
|
"id": 1440000,
|
||||||
|
"urls": [
|
||||||
|
"https://rpc.xrplevm.org"
|
||||||
|
]
|
||||||
|
},
|
||||||
"xrpl-devnet": {
|
"xrpl-devnet": {
|
||||||
"id": 1440002,
|
"id": 1440002,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://rpc.xrplevm.org",
|
"https://rpc.devnet.xrplevm.org"
|
||||||
"https://ws.xrplevm.org"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"xrpl-testnet": {
|
"xrpl-testnet": {
|
||||||
"id": 1449000,
|
"id": 1449000,
|
||||||
"urls": [
|
"urls": [
|
||||||
"https://rpc.testnet.xrplevm.org",
|
"https://rpc.testnet.xrplevm.org"
|
||||||
"https://ws.testnet.xrplevm.org"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"manta-pacific-sepolia": {
|
"manta-pacific-sepolia": {
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
- 6060
|
- 6060
|
||||||
environment:
|
environment:
|
||||||
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
||||||
- GENESIS=https://genesis.soniclabs.com/sonic-mainnet/genesis/sonic-41500-full.g
|
- GENESIS=https://genesis.soniclabs.com/sonic-mainnet/genesis/sonic-54160-full.g
|
||||||
- IP=${IP}
|
- IP=${IP}
|
||||||
- SONIC_HOME=/var/sonic
|
- SONIC_HOME=/var/sonic
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
- 6060
|
- 6060
|
||||||
environment:
|
environment:
|
||||||
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
||||||
- GENESIS=https://genesis.soniclabs.com/sonic-mainnet/genesis/sonic-41500-pruned.g
|
- GENESIS=https://genesis.soniclabs.com/sonic-mainnet/genesis/sonic-54160-pruned.g
|
||||||
- IP=${IP}
|
- IP=${IP}
|
||||||
- SONIC_HOME=/var/sonic
|
- SONIC_HOME=/var/sonic
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
- 6060
|
- 6060
|
||||||
environment:
|
environment:
|
||||||
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
||||||
- GENESIS=https://genesis.soniclabs.com/sonic-testnet/genesis/testnet-4050-full.g
|
- GENESIS=https://genesis.soniclabs.com/sonic-testnet/genesis/testnet-9840-full.g
|
||||||
- IP=${IP}
|
- IP=${IP}
|
||||||
- SONIC_HOME=/var/sonic
|
- SONIC_HOME=/var/sonic
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
- 6060
|
- 6060
|
||||||
environment:
|
environment:
|
||||||
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
||||||
- GENESIS=https://genesis.soniclabs.com/sonic-testnet/genesis/testnet-4050-pruned.g
|
- GENESIS=https://genesis.soniclabs.com/sonic-testnet/genesis/testnet-9840-pruned.g
|
||||||
- IP=${IP}
|
- IP=${IP}
|
||||||
- SONIC_HOME=/var/sonic
|
- SONIC_HOME=/var/sonic
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ x-upstreams:
|
|||||||
frameSize: 20Mb
|
frameSize: 20Mb
|
||||||
msgSize: 50Mb
|
msgSize: 50Mb
|
||||||
url: $${WS_URL}
|
url: $${WS_URL}
|
||||||
chain:
|
chain: taiko-hoodi
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ x-upstreams:
|
|||||||
frameSize: 20Mb
|
frameSize: 20Mb
|
||||||
msgSize: 50Mb
|
msgSize: 50Mb
|
||||||
url: $${WS_URL}
|
url: $${WS_URL}
|
||||||
chain:
|
chain: taiko-hoodi
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ x-upstreams:
|
|||||||
frameSize: 20Mb
|
frameSize: 20Mb
|
||||||
msgSize: 50Mb
|
msgSize: 50Mb
|
||||||
url: $${WS_URL}
|
url: $${WS_URL}
|
||||||
chain:
|
chain: taiko-hoodi
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ x-upstreams:
|
|||||||
frameSize: 20Mb
|
frameSize: 20Mb
|
||||||
msgSize: 50Mb
|
msgSize: 50Mb
|
||||||
url: $${WS_URL}
|
url: $${WS_URL}
|
||||||
chain:
|
chain: taiko-hoodi
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ x-upstreams:
|
|||||||
frameSize: 20Mb
|
frameSize: 20Mb
|
||||||
msgSize: 50Mb
|
msgSize: 50Mb
|
||||||
url: $${WS_URL}
|
url: $${WS_URL}
|
||||||
chain:
|
chain: taiko-hoodi
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
|
|||||||
Reference in New Issue
Block a user