Skip to content

Commit

Permalink
Merge branch 'main' into ilariae/token-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
ilariae authored Dec 19, 2024
2 parents 203a637 + c57a3bf commit 09365a6
Showing 1 changed file with 1 addition and 2 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

0 comments on commit 09365a6

Please sign in to comment.