Issue a fungible token: update for faucet changes

This commit is contained in:
mDuo13
2025-03-25 13:15:08 -07:00
parent 759c17cf61
commit b394ea0a78
2 changed files with 2 additions and 9 deletions

View File

@@ -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:

View File

@@ -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>`)