mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Add Devnet URLs, rename faucet
This commit is contained in:
@@ -22,7 +22,7 @@ function rippleTestNetCredentials(url, altnet_name) {
|
||||
success: function(data) {
|
||||
//hide the loader and show results
|
||||
loader.hide();
|
||||
credentials.hide().html('<h2>Your Credentials</h2>').fadeIn('fast')
|
||||
credentials.hide().html('<h2>Your '+altnet_name+' Credentials</h2>').fadeIn('fast')
|
||||
address.hide().html('<h3>Address</h3> ' +
|
||||
data.account.address).fadeIn('fast')
|
||||
secret.hide().html('<h3>Secret</h3> ' +
|
||||
|
||||
Reference in New Issue
Block a user