Skip to content

Commit 6f6d550

Browse files
committed
docs(arc-89): add arc54 reversible flag
1 parent 227c0cb commit 6f6d550

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ARCs/arc-0089.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The Irreversible Flags (`byte`) are defined as follows:
210210
|:-----:|:------------------------------------------------|:-------:|:---------------------|
211211
| `LSB` | [ARC-3](./arc-0003.md) Compliant | `False` | At metadata creation |
212212
| `1` | [ARC-89](./arc-0089.md) Native ASA | `False` | At metadata creation |
213-
| `2` | Custom, should be reserved for future ARCs | `False` | Any |
213+
| `2` | [ARC-54](./arc-0054.md) Compliant | `False` | Any |
214214
| `3` | Custom, should be reserved for future ARCs | `False` | Any |
215215
| `4` | Custom, should be reserved for future ARCs | `False` | Any |
216216
| `5` | Custom, should be reserved for future ARCs | `False` | Any |
@@ -219,14 +219,17 @@ The Irreversible Flags (`byte`) are defined as follows:
219219

220220
The `MSB` is the leftmost bit in the byte stored in Asset Metadata Box.
221221

222-
The bits `2 ... 6` are reserved for future ARCs (default `False` if not used).
222+
The bits `3 ... 6` are reserved for future ARCs (default `False` if not used).
223223

224224
The Metadata **MAY** be declared as [ARC-3](./arc-0003.md) compliant on creation
225225
setting the bit `LSB` in the Irreversible Flags to `True`.
226226

227227
The ASA **MAY** be declared as a _native_ [ARC-89](./arc-0089.md) ASA on creation
228228
setting the bit `1` in the Irreversible Flags to `True`.
229229

230+
The ASA **MAY** be declared as [ARC-54](./arc-0054.md) compliant at any time
231+
setting the bit `2` in the Irreversible Flags to `True`.
232+
230233
###### Metadata Immutability
231234

232235
The Metadata **MAY** be declared as _immutable_ on creation or after, setting the

0 commit comments

Comments
 (0)