Skip to content

Commit

Permalink
Merge pull request #323 from GoPlausible/ARC-71
Browse files Browse the repository at this point in the history
Arc 71- Fixed a text mistake
  • Loading branch information
SudoWeezy authored Nov 14, 2024
2 parents e06e0f4 + e764457 commit a2da782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARCs/arc-0071.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Issued state is the starting state of the ASA.The claimed state is when SBT

- The Creator parameter, the ASA **MAY** be created by any addresses.
- The Clawback parameter **MUST** be the `ZeroAddress`.
- The Freeze parameter **MUST** be set to the `ZeroAddress`.
- The Freeze parameter **MUST** be set to the Issuer Address.
- The Manager parameter **MAY** be set to any address but is **RECOMMENDED** to be the Issuer.
- The Reserve parameter **MUST** be set to either [ARC-19](./arc-0019.md) metadata or SBT Issuer's address.

Expand All @@ -61,7 +61,7 @@ The Issued state is the starting state of the ASA.The claimed state is when SBT
- The Clawback parameter **MUST** be the `ZeroAddress`.
- The Freeze parameter **MUST** be set to the `ZeroAddress`.
- The asset must be frozen for holder (claimer) account address.
- The Manager parameter **MAY** be set to any address but is **RECOMMENDED** to be the Issuer.
- The Manager parameter **MUST** be the Issuer Address.
- The Reserve parameter **MUST** be set to either ARC-19 metadata or SBT Issuer's address.

#### Revoked SoulBound ASA
Expand Down

0 comments on commit a2da782

Please sign in to comment.