File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
docs/tutorials/how-tos/use-tokens Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- html : issue-a-fungible-token.html
3
- parent : use-tokens.html
4
2
seo :
5
3
description : Create your own token and issue it on the XRP Ledger Testnet.
6
- embed_xrpl_js : true
7
4
filters :
8
5
- interactive_steps
9
6
labels :
Original file line number Diff line number Diff line change @@ -24,17 +24,13 @@ function setup_2x_generate_step() {
24
24
<div><strong>${ tl ( "Cold Address:" ) } </strong>
25
25
<span id="cold-use-address">${ data . account . address } </span></div>
26
26
<div><strong>${ tl ( "Cold Secret:" ) } </strong>
27
- <span id="cold-use-secret">${ data . account . secret } </span></div>
28
- <strong>${ tl ( "XRP Balance:" ) } </strong>
29
- ${ data . balance } XRP
27
+ <span id="cold-use-secret">${ data . seed } </span></div>
30
28
</div>
31
29
<div class="col-xl-6 p-3">
32
30
<div><strong>${ tl ( "Hot Address:" ) } </strong>
33
31
<span id="hot-use-address">${ data2 . account . address } </span></div>
34
32
<div><strong>${ tl ( "Hot Secret:" ) } </strong>
35
- <span id="hot-use-secret">${ data2 . account . secret } </span></div>
36
- <strong>${ tl ( "XRP Balance:" ) } </strong>
37
- ${ data2 . balance } XRP
33
+ <span id="hot-use-secret">${ data2 . seed } </span></div>
38
34
</div>
39
35
</div>` )
40
36
You can’t perform that action at this time.
0 commit comments