Troubleshooting NTT Deployment#
If you encounter issues during the NTT deployment process, check the following common points:
- Solana and Anchor versions - ensure you are using the expected versions of Solana and Anchor as outlined in the deployment page
- Token compliance on EVM - verify that your token is an ERC20 token on the EVM chain
- Mint authority transfer
- For burn or spoke tokens on Solana - ensure the token mint authority was transferred as described in the set SPL Token Mint Authority section
- For EVM tokens - confirm the token minter was set to the NTT Manager. Refer to the set Token Minter to NTT Manager section for details
- Decimal configuration - run
ntt pull
to correctly configure the decimals in yourdeployment.json
file. More details in the configure NTT section - Rate limit configuration - increase your rate limits to a value greater than zero. A rate limit of zero can cause transactions to get stuck. Learn more on how to configure rate limits