From 1dd8cf266feb0de3d8c5d90b1b94949a54d3a385 Mon Sep 17 00:00:00 2001 From: evgeniko <97796468+evgeniko@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:58:07 +0100 Subject: [PATCH] Update build/contract-integrations/native-token-transfers/deployment-process/deploy-to-solana.md Co-authored-by: Erin Shaben --- .../deployment-process/deploy-to-solana.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-solana.md b/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-solana.md index 7d904e17..9a9e591b 100644 --- a/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-solana.md +++ b/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-solana.md @@ -124,8 +124,7 @@ This script will output the derived PDA, which you will use in the next step. ### Set SPL Token Mint Authority !!!Warning - Create your token's metadata before delegating mint authority. - [Example on how to create metadata for your spl-token](https://github.com/wormhole-foundation/demo-metaplex-metadata){target=\_blank}: + You must create your token's metadata before delegating mint authority. [See an example on how to create metadata for your SPL token](https://github.com/wormhole-foundation/demo-metaplex-metadata){target=\_blank}. If deploying in `burning` mode, you'll set the SPL token mint authority to the newly generated token authority PDA: