mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Issue a fungible token: update for faucet changes
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
---
|
||||
html: issue-a-fungible-token.html
|
||||
parent: use-tokens.html
|
||||
seo:
|
||||
description: Create your own token and issue it on the XRP Ledger Testnet.
|
||||
embed_xrpl_js: true
|
||||
filters:
|
||||
- interactive_steps
|
||||
labels:
|
||||
|
||||
@@ -24,17 +24,13 @@ function setup_2x_generate_step() {
|
||||
<div><strong>${tl("Cold Address:")}</strong>
|
||||
<span id="cold-use-address">${data.account.address}</span></div>
|
||||
<div><strong>${tl("Cold Secret:")}</strong>
|
||||
<span id="cold-use-secret">${data.account.secret}</span></div>
|
||||
<strong>${tl("XRP Balance:")}</strong>
|
||||
${data.balance} XRP
|
||||
<span id="cold-use-secret">${data.seed}</span></div>
|
||||
</div>
|
||||
<div class="col-xl-6 p-3">
|
||||
<div><strong>${tl("Hot Address:")}</strong>
|
||||
<span id="hot-use-address">${data2.account.address}</span></div>
|
||||
<div><strong>${tl("Hot Secret:")}</strong>
|
||||
<span id="hot-use-secret">${data2.account.secret}</span></div>
|
||||
<strong>${tl("XRP Balance:")}</strong>
|
||||
${data2.balance} XRP
|
||||
<span id="hot-use-secret">${data2.seed}</span></div>
|
||||
</div>
|
||||
</div>`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user