Skip to content

Commit

Permalink
Merge pull request #742 from lukso-network/edit/token-type
Browse files Browse the repository at this point in the history
Edit TokenType
  • Loading branch information
CJ42 authored Nov 24, 2023
2 parents 1f1eebb + c41522c commit a53e134
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/standards/tokens/LSP4-Digital-Asset-Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ The value attached to this data key represents the symbol of the digital asset.

### `LSP4TokenType`

:::caution Warning
:::note References

This MUST NOT be changeable, and set only during initialization of the token contract.
LSP4 defines 3 default token types (see table below). However, these are not restrictive. Applications and protocols can define new custom token types starting from `3`.

:::

Expand All @@ -89,12 +89,6 @@ This MUST NOT be changeable, and set only during initialization of the token con

The value attached to this data key repesents the type of token of the digital asset.

:::note References

More token types COULD be added later.

:::

| Value | Type | Description |
| :---: | :----------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `0` | `Token` | Only valid for LSP7, meaning its a generic token, where the `LSP4Metadata` represents the token information. |
Expand Down

0 comments on commit a53e134

Please sign in to comment.