@@ -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