mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
Add xrpl.ws as a server option
This commit is contained in:
@@ -95,6 +95,12 @@
|
||||
s1.ripple.com (Mainnet Public Server)
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-xrplws" value="wss://xrpl.ws/" data-jsonrpcurl="https://s1.ripple.com:51234/" data-shortname="Mainnet" checked>
|
||||
<label class="form-check-label" for="wstool-1-connection-xrplws">
|
||||
xrpl.ws (Mainnet Public Server)
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-s2" value="wss://s2.ripple.com/" data-jsonrpcurl="https://s2.ripple.com:51234/" data-shortname="Full History">
|
||||
<label class="form-check-label" for="wstool-1-connection-s2">
|
||||
|
||||
Reference in New Issue
Block a user