Skip to content

Commit

Permalink
Merge branch 'main' into reorg-tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
ilariae authored Dec 20, 2024
2 parents 9a7127a + 97f72a8 commit 4545cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ This script will output the derived PDA, which you will use in the next step.

### Set SPL Token Mint Authority

In this step, you'll set SPL token mint authority to the newly generated token authority PDA:
If deploying in `burning` mode, you'll set the SPL token mint authority to the newly generated token authority PDA:

```bash
spl-token authorize INSERT_TOKEN_ADDRESS mint INSERT_DERIVED_PDA
Expand All @@ -121,7 +121,6 @@ spl-token authorize INSERT_TOKEN_ADDRESS mint INSERT_DERIVED_PDA
!!! note
Please ensure that you are using Anchor CLI version `0.29.0`. Running the deployment with a different version may cause compatibility issues.

If deploying to Solana in `burning` mode, set the mint authority for your SPL token to the NTT program ID you generated in the previous step.

### Deploy NTT

Expand Down
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ntt:
anchor_version: v0.29.0
solana_cli_version: v1.18.0
solana_cli_version: v1.18.10

0 comments on commit 4545cde

Please sign in to comment.