mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Git2537 add clio servers
This commit is contained in:
@@ -41,5 +41,19 @@
|
||||
"shortname": "Local server",
|
||||
"longname":
|
||||
"localhost:6006 (Local <code>rippled</code> Server on port 6006) <br/>\n <small>(Requires that you <a href=\"install-rippled.html\">run <code>rippled</code></a> on this machine with default WebSocket settings)</small>"
|
||||
},
|
||||
{
|
||||
"id": "connection-testnet-clio",
|
||||
"ws_url": "wss://clio.altnet.rippletest.net:51233/",
|
||||
"jsonrpc-url": "https://clio.altnet.rippletest.net:51234/",
|
||||
"shortname": "Testnet-clio",
|
||||
"longname": "clio.altnet.rippletest.net (Testnet Public Cluster with Clio)"
|
||||
},
|
||||
{
|
||||
"id": "connection-devnet-clio",
|
||||
"ws_url": "wss://clio.devnet.rippletest.net:51233/",
|
||||
"jsonrpc-url": "https://clio.devnet.rippletest.net:51234/",
|
||||
"shortname": "devnet-clio",
|
||||
"longname": "clio.devnet.rippletest.net (Devnet Public Cluster with Clio)"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user