Skip to content

Commit 5ed5ad0

Browse files
authored
docs: unify naming to “SPL Token-2022” in README (#366)
1 parent 29b0bb8 commit 5ed5ad0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ advantage of some of the latest features of a specific token program, this might
1414

1515
## Features
1616

17-
* **Bidirectional Wrapping:** Convert tokens between SPL Token and SPL Token 2022 standards in either direction,
18-
including conversions between different SPL Token 2022 mints.
17+
* **Bidirectional Wrapping:** Convert tokens between SPL Token and SPL Token-2022 standards in either direction,
18+
including conversions between different SPL Token-2022 mints.
1919
* **Extensible Mint Creation:** The `CreateMint` instruction is designed to be extensible through the `MintCustomizer`
2020
trait. By forking the program and implementing this trait, developers can add custom logic to:
21-
* Include any SPL Token 2022 extensions on the new wrapped mint.
21+
* Include any SPL Token-2022 extensions on the new wrapped mint.
2222
* Modify default properties like the `freeze_authority` and `decimals`.
2323
* **Confidential Transfers by Default:** All wrapped tokens created under the Token-2022 standard automatically include
2424
the `ConfidentialTransferMint` extension, enabling the option for privacy-preserving transactions. This feature is
@@ -37,7 +37,7 @@ It supports the following primary operations:
3737
the caller must pre-fund this account with lamports. This is to avoid requiring writer+signer privileges on this
3838
instruction.
3939

40-
* **Wrapped Mint:** An SPL Token or SPL Token 2022 mint account is created. The address of this mint is a
40+
* **Wrapped Mint:** An SPL Token or SPL Token-2022 mint account is created. The address of this mint is a
4141
PDA derived from the *unwrapped* token's mint address and the *wrapped* token program ID. This ensures a unique,
4242
deterministic relationship between the wrapped and unwrapped tokens. The wrapped mint's authority is also a PDA,
4343
controlled by the Token Wrap program.

0 commit comments

Comments
 (0)