Anchor.toml 540 B

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