Add Devnet URLs, rename faucet

This commit is contained in:
mDuo13
2019-10-01 12:40:29 -07:00
parent daafc8d00e
commit 86ca65aedb
5 changed files with 23 additions and 15 deletions

View File

@@ -24,12 +24,14 @@ The response comes as a JSON object.
Currently Ripple (the company) maintains a set of public WebSocket servers at:
| URL | [Network](parallel-networks.html) | Notes |
|:--------------------------------------|:----------------------------------|:--|
| `wss://s1.ripple.com/` | Mainnet | General purpose server cluster |
| `wss://s2.ripple.com/` | Mainnet | [Full-history server](ledger-history.html#full-history) cluster |
| `wss://s.altnet.rippletest.net:51233` | Testnet | Testnet public server |
| ***TBD*** | Devnet | Devnet public server |
| URL | [Network][] | Notes |
|:--------------------------------------|:------------|:-----------------------|
| `wss://s1.ripple.com/` | Mainnet | General purpose server cluster |
| `wss://s2.ripple.com/` | Mainnet | [Full-history server](ledger-history.html#full-history) cluster |
| `wss://s.altnet.rippletest.net:51233` | Testnet | Testnet public server |
| `wss://s.devnet.rippletest.net` | Devnet | Devnet public server |
[Network]: parallel-networks.html
These public servers are not for sustained or business use, and they may become unavailable at any time. For regular use, you should run your own `rippled` server or contract someone you trust to do so.
@@ -57,12 +59,12 @@ The response is also a JSON object.
Currently, Ripple (the company) maintains a set of public JSON-RPC servers at:
| URL | [Network](parallel-networks.html) | Notes |
|:----------------------------------------|:----------------------------------|:--|
| `https://s1.ripple.com:51234/` | Mainnet | General purpose server cluster |
| `https://s2.ripple.com:51234/` | Mainnet | [Full-history server](ledger-history.html#full-history) cluster |
| `https://s.altnet.rippletest.net:51234` | Testnet | Testnet public server |
| ***TBD*** | Devnet | Devnet public server |
| URL | [Network][] | Notes |
|:----------------------------------------|:------------|:---------------------|
| `https://s1.ripple.com:51234/` | Mainnet | General purpose server cluster |
| `https://s2.ripple.com:51234/` | Mainnet | [Full-history server](ledger-history.html#full-history) cluster |
| `https://s.altnet.rippletest.net:51234` | Testnet | Testnet public server |
| `https://s.devnet.rippletest.net:51234` | Devnet | Devnet public server |
These public servers are not for sustained or business use, and they may become unavailable at any time. For regular use, you should run your own `rippled` server or contract someone you trust to do so.