Anchor.toml 582 B

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