Skip to content

Commit f1c09e2

Browse files
authoredJan 27, 2025
add solana buffer account docs reference to sol ntt deployment (#216)
1 parent c2f7be6 commit f1c09e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎build/contract-integrations/native-token-transfers/deployment-process/deploy-to-solana.md

+3
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ Generate or export your payer key pair, then run:
157157

158158
The NTT Solana program will then compile and deploy, returning the program ID.
159159

160+
!!! note
161+
Refer to the [Solana docs](https://solana.com/docs/programs/deploying#program-buffer-accounts){target=\_blank} for failed deployments, which provide instructions on finding buffer accounts and closing them to reclaim allocated SOL.
162+
160163
### Configure NTT
161164

162165
The NTT CLI takes inspiration from [git](https://git-scm.com/){target=\_blank}. You can run:

0 commit comments

Comments
 (0)
Please sign in to comment.