Anchor.toml 613 B

12345678910111213141516171819202122232425262728293031
  1. [features]
  2. resolution = true
  3. skip-lint = false
  4. seeds = true
  5. [programs.localnet]
  6. nft_minter = "52quezNUzc1Ej6Jh6L4bvtxPW8j6TEFHuLVAWiFvdnsc"
  7. [registry]
  8. url = "https://api.apr.dev"
  9. [provider]
  10. cluster = "localnet"
  11. wallet = "~/.config/solana/id.json"
  12. [scripts]
  13. test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
  14. [test]
  15. startup_wait = 5000
  16. shutdown_wait = 2000
  17. upgradeable = false
  18. [test.validator]
  19. bind_address = "0.0.0.0"
  20. url = "https://api.mainnet-beta.solana.com"
  21. ledger = ".anchor/test-ledger"
  22. rpc_port = 8899
  23. [[test.validator.clone]]
  24. address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"