From 67e8b9e3652801b75585ce4d43c78d730d6aa574 Mon Sep 17 00:00:00 2001 From: Ilaria Enache Date: Fri, 10 Jan 2025 18:45:01 +0100 Subject: [PATCH] added links to ntt post deployment --- .../native-token-transfers/deployment-process/deploy-to-evm.md | 3 +++ .../deployment-process/deploy-to-solana.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-evm.md b/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-evm.md index 125e75b3..5d13d600 100644 --- a/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-evm.md +++ b/build/contract-integrations/native-token-transfers/deployment-process/deploy-to-evm.md @@ -138,3 +138,6 @@ The final step in the deployment process is to set the NTT Manager as a minter o - If you have a custom process to manage token minters, you should now follow that process to add the corresponding NTT Manager as a minter By default, NTT transfers to EVM blockchains support automatic relaying via the Wormhole relayer, which doesn't require the user to perform a transaction on the destination chain to complete the transfer. + +!!!important + To proceed with testing and find integration examples, check out the [NTT Post Deployment](/docs/build/contract-integrations/native-token-transfers/deployment-process/post-deployment/){target=\_blank} page. \ No newline at end of file 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 46512eb3..3364ab90 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 @@ -177,3 +177,6 @@ ntt push --payer INSERT_YOUR_KEYPAIR_JSON ``` By default, NTT transfers to Solana support manual relaying, which requires the user to perform a transaction on Solana to complete the transfer. UI components such as Wormhole Connect support this out of the box. For automatic Wormhole relaying support on Solana, [contact](https://forms.clickup.com/45049775/f/1aytxf-10244/JKYWRUQ70AUI99F32Q){target=\_blank} Wormhole contributors. + +!!!important + To proceed with testing and find integration examples, check out the [NTT Post Deployment](/docs/build/contract-integrations/native-token-transfers/deployment-process/post-deployment/){target=\_blank} page. \ No newline at end of file