Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions light-token/cookbook/create-ata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Client and program guide to create associated Light Token accounts.
keywords: ["associated token account on solana", "create ata for solana tokens", "rent free ata on solana", "rent free accounts on solana"]
---

---

import TokenCreateATAAccountsList from "/snippets/accounts-list/light-token-create-ata-accounts-list.mdx";
import TokenConfigureRent from "/snippets/light-token-configure-rent.mdx";
import CompressibleRentExplained from "/snippets/compressible-rent-explained.mdx";
Expand Down Expand Up @@ -54,7 +52,7 @@ Compare to SPL:

<Info>
Find the source code
[here](https://github.com/Lightprotocol/light-protocol/blob/0c4e2417b2df2d564721b89e18d1aad3665120e7/js/compressed-token/src/v3/actions/create-ata-interface.ts).
[here](https://github.com/Lightprotocol/light-protocol/blob/main/js/compressed-token/src/v3/actions/create-ata-interface.ts).
</Info>

<Steps>
Expand Down
4 changes: 1 addition & 3 deletions light-token/cookbook/load-ata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Unify token balances from compressed tokens (cold Light Tokens), SP
keywords: ["load ata on solana", "get token balance for wallets"]
---

---

import FullSetup from "/snippets/setup/full-setup.mdx";
import ActionCode from "/snippets/code-snippets/light-token/load-ata/action.mdx";
import InstructionCode from "/snippets/code-snippets/light-token/load-ata/instruction.mdx";
Expand All @@ -21,7 +19,7 @@ import InstructionCode from "/snippets/code-snippets/light-token/load-ata/instru
3. Creates the ATA if it doesn't exist

<Info>
Find the source code [here](https://github.com/Lightprotocol/light-protocol/blob/0c4e2417b2df2d564721b89e18d1aad3665120e7/js/compressed-token/src/v3/actions/load-ata.ts).
Find the source code [here](https://github.com/Lightprotocol/light-protocol/blob/main/js/compressed-token/src/v3/actions/load-ata.ts).
</Info>

<Steps>
Expand Down
4 changes: 1 addition & 3 deletions light-token/cookbook/transfer-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Program and client guide for transfers between Light Token and SPL
keywords: ["transfer tokens on solana", "token transfer on solana", "interface methods on solana", "spl transfer for developers"]
---

---

import TransferInterfaceIntro from "/snippets/light-token-guides/transfer-interface-intro.mdx";
import TokenClientPrerequisites from "/snippets/light-token-guides/light-token-client-prerequisites.mdx";
import TokenTsClientPrerequisites from "/snippets/light-token-guides/light-token-ts-client-prerequisites.mdx";
Expand Down Expand Up @@ -74,7 +72,7 @@ Compare to SPL:

<Info>
Find the source code
[here](https://github.com/Lightprotocol/light-protocol/blob/0c4e2417b2df2d564721b89e18d1aad3665120e7/js/compressed-token/src/v3/actions/transfer-interface.ts).
[here](https://github.com/Lightprotocol/light-protocol/blob/main/js/compressed-token/src/v3/actions/transfer-interface.ts).
</Info>

<Steps>
Expand Down
Loading
Loading