-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Github-Bot
committed
Jun 4, 2024
1 parent
8982b73
commit 2a92d03
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[ | ||
{ | ||
"slug": "phykenTest", | ||
"name": "Phyken Network Testnet", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz" | ||
} | ||
}, | ||
{ | ||
"slug": "goldberg_testnet", | ||
"name": "Avail Goldberg Testnet", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"Avail Tool Testnet": "wss://rpc-testnet.avail.tools/ws" | ||
} | ||
}, | ||
{ | ||
"slug": "logion", | ||
"name": "logion Standalone", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"Logion": "wss://rpc01.logion.network" | ||
} | ||
}, | ||
{ | ||
"slug": "genshiro", | ||
"name": "Genshiro", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"Equilibrium": "wss://node.genshiro.io" | ||
} | ||
}, | ||
{ | ||
"slug": "sora_substrate", | ||
"name": "SORA", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"OnFinality": "wss://sora.api.onfinality.io/public-ws" | ||
} | ||
}, | ||
{ | ||
"slug": "kintsugi", | ||
"name": "Kintsugi", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"OnFinality": "wss://kintsugi.api.onfinality.io/public-ws" | ||
} | ||
}, | ||
{ | ||
"slug": "altair", | ||
"name": "Altair", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"OnFinality": "wss://altair.api.onfinality.io/public-ws" | ||
} | ||
}, | ||
{ | ||
"slug": "polkadexTest", | ||
"name": "Polkadex - Testnet", | ||
"status": "STOPPED", | ||
"errorRpcs": { | ||
"Polkadex Team": "wss://blockchain.polkadex.trade" | ||
} | ||
}, | ||
{ | ||
"slug": "edgeware", | ||
"name": "Edgeware", | ||
"status": "ACTIVE", | ||
"errorRpcs": { | ||
"Commonwealth Labs": "wss://mainnet2.edgewa.re" | ||
} | ||
} | ||
] |
Empty file.