mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-01 09:05:49 +00:00
'Test Net'→'Testnet' more consistently
This commit is contained in:
@@ -90,9 +90,9 @@
|
||||
<div class="modal-body">
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-s1" value="wss://s1.ripple.com/" data-jsonrpcurl="https://s1.ripple.com:51234/" data-shortname="Main Net" checked>
|
||||
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-s1" value="wss://s1.ripple.com/" data-jsonrpcurl="https://s1.ripple.com:51234/" data-shortname="Mainnet" checked>
|
||||
<label class="form-check-label" for="wstool-1-connection-s1">
|
||||
s1.ripple.com (Main Net Public Server)
|
||||
s1.ripple.com (Mainnet Public Server)
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
@@ -102,9 +102,9 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-testnet" value="wss://s.altnet.rippletest.net:51233/" data-jsonrpcurl="https://s.altnet.rippletest.net:51234/" data-shortname="Test Net">
|
||||
<input class="form-check-input" type="radio" name="wstool-1-connection" id="wstool-1-connection-testnet" value="wss://s.altnet.rippletest.net:51233/" data-jsonrpcurl="https://s.altnet.rippletest.net:51234/" data-shortname="Testnet">
|
||||
<label class="form-check-label" for="wstool-1-connection-testnet">
|
||||
s.altnet.rippletest.net (Test Net Public Server)
|
||||
s.altnet.rippletest.net (Testnet Public Server)
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
|
||||
Reference in New Issue
Block a user