mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
Recreate branch from base, add react-query-params, fix permalinks, fix sidebar use correct params library and upgrade redocly. Fix command text not working with permalink and move more modal logic out of main component. Moved more connection selection logic to connection modal Removed many `data-*` attributes previously used by bootstrap modal css Created a shared modal component which removed 38 lines. WS Tool: Fix Link import fix UL error toggle CurlModal to show/hide on button clicks resolve error: <div> cannot appear as a descendant of <p> remove <span> WS tool: sidebar fixes
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
[
|
|
{
|
|
"id": "connection-s1",
|
|
"ws_url": "wss://s1.ripple.com/",
|
|
"jsonrpc_url": "https://s1.ripple.com:51234/",
|
|
"shortname": "Mainnet s1",
|
|
"longname": "s1.ripple.com (Mainnet Public Cluster)"
|
|
},
|
|
{
|
|
"id": "connection-xrplcluster",
|
|
"ws_url": "wss://xrplcluster.com/",
|
|
"jsonrpc_url": "https://xrplcluster.com/",
|
|
"shortname": "Mainnet xrplcluster",
|
|
"longname": "xrplcluster.com (Mainnet Full History Cluster)"
|
|
},
|
|
{
|
|
"id": "connection-s2",
|
|
"ws_url": "wss://s2.ripple.com/",
|
|
"jsonrpc_url": "https://s2.ripple.com:51234/",
|
|
"shortname": "Mainnet s2",
|
|
"longname": "s2.ripple.com (Mainnet Full History Cluster)"
|
|
},
|
|
{
|
|
"id": "connection-testnet",
|
|
"ws_url": "wss://s.altnet.rippletest.net:51233/",
|
|
"jsonrpc_url": "https://s.altnet.rippletest.net:51234/",
|
|
"shortname": "Testnet",
|
|
"longname": "s.altnet.rippletest.net (Testnet Public Cluster)"
|
|
},
|
|
{
|
|
"id": "connection-devnet",
|
|
"ws_url": "wss://s.devnet.rippletest.net:51233/",
|
|
"jsonrpc_url": "https://s.devnet.rippletest.net:51234/",
|
|
"shortname": "Devnet",
|
|
"longname": "s.devnet.rippletest.net (Devnet Public Cluster)"
|
|
},
|
|
{
|
|
"id": "connection-localhost",
|
|
"ws_url": "ws://localhost:6006/",
|
|
"jsonrpc_url": "http://localhost:5005/",
|
|
"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>"
|
|
}
|
|
]
|