File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ Create tokens where transfers must have a memo describing the transaction attach
224224
225225[ Anchor] ( ./tokens/token-2022/memo-transfer/anchor ) [ Quasar] ( ./tokens/token-2022/memo-transfer/quasar )
226226
227- ### Adding on-chain metadata to the token mint
227+ ### Adding onchain metadata to the token mint
228228
229229Create tokens that store their onchain metadata inside the token mint, without needing to use or pay for additional programs.
230230
@@ -286,7 +286,7 @@ Use token account owner data as seeds to derive extra accounts in a transfer hoo
286286
287287### Transfer hook - allow/block list
288288
289- Restrict or allow token transfers using an on-chain allow/block list managed by a list authority.
289+ Restrict or allow token transfers using an onchain allow/block list managed by a list authority.
290290
291291[ Anchor] ( ./tokens/token-2022/transfer-hook/allow-block-list-token/anchor ) [ Quasar] ( ./tokens/token-2022/transfer-hook/allow-block-list-token/quasar )
292292
@@ -298,7 +298,7 @@ Charge an additional cost or fee on every token transfer using a transfer hook.
298298
299299### Transfer hook - transfer switch
300300
301- Enable or disable token transfers with an on-chain switch using a transfer hook.
301+ Enable or disable token transfers with an onchain switch using a transfer hook.
302302
303303[ Anchor] ( ./tokens/token-2022/transfer-hook/transfer-switch/anchor ) [ Quasar] ( ./tokens/token-2022/transfer-hook/transfer-switch/quasar )
304304
You can’t perform that action at this time.
0 commit comments