Skip to content

Commit

Permalink
Modify BPDA addr
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 24, 2024
1 parent 5612c20 commit 8863e14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapters/money/lab/content/mint_tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ Observe that the token ID is different.

* Create your own ESDT token;
* Inspect the transaction;
* Send some of your tokens to **erd1ld6er5zpdze3cynzkapur9qhzh826jje6n87g7tvdfrtszs8jn2qv44nqd**;
* Send some of your tokens to **erd1mqa9wttlzwwdvwgk9dzsfdn79lv5raw0tfe9ynvn0dg92hpruvaqhhd2gx**;
* Create another token with the same ticker. Observer that the token ID is different and unique.
2 changes: 1 addition & 1 deletion chapters/smart-contracts/lab/content/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Notice there are 4 data fields:
* `SBPT-774fbd` - the token ID;
* `1` - the nonce;
* `1` - the value (the *Smart* display feature doesn't know how to interpret that but the *Decimal* option does);
* `erd1ld6er5zpdze3cynzkapur9qhzh826jje6n87g7tvdfrtszs8jn2qv44nqd` - the destination address.
* `erd1mqa9wttlzwwdvwgk9dzsfdn79lv5raw0tfe9ynvn0dg92hpruvaqhhd2gx` - the destination address.


Let's inspect a more complex operation and check all the log events.
Expand Down
2 changes: 1 addition & 1 deletion chapters/tokens/lab/content/fungible.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Observe that the token ID is different.

* Create your own ESDT token;
* Inspect the transaction;
* Send some of your tokens to **erd1ld6er5zpdze3cynzkapur9qhzh826jje6n87g7tvdfrtszs8jn2qv44nqd**;
* Send some of your tokens to **erd1mqa9wttlzwwdvwgk9dzsfdn79lv5raw0tfe9ynvn0dg92hpruvaqhhd2gx**;
* Create another token with the same ticker. Observer that the token ID is different and unique.

## Issuance of fungible ESDT tokens via cmdline on MultiversX
Expand Down

0 comments on commit 8863e14

Please sign in to comment.