Anchor.toml 626 B

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