mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 05:05:50 +00:00
The changes in this commit were auto-generated by running tool/migrate.sh Following this commit, the Dactyl build no longer works but the Redocly build (mostly) should.
943 B
943 B
{% if use_network is undefined or use_network == "Testnet" %} {% set use_network = "Testnet" %} {% set faucet_url = "https://faucet.altnet.rippletest.net/accounts" %} {% elif use_network == "Devnet" %} {% set faucet_url = "https://faucet.devnet.rippletest.net/accounts" %} {# No faucet for Mainnet! #} {% endif %}
{{ start_step("Generate") }} Get {{use_network}} credentials
{{ end_step() }}Caution: Ripple provides the Testnet and Devnet for testing purposes only, and sometimes resets the state of these test networks along with all balances. As a precaution, do not use the same addresses on Testnet/Devnet and Mainnet.
