Anchor.toml 307 B

123456789101112131415
  1. [features]
  2. seeds = false
  3. skip-lint = false
  4. [programs.devnet]
  5. cutils = "burZc1SfqbrAP35XG63YZZ82C9Zd22QUwhCXoEUZWNF"
  6. [registry]
  7. url = "https://api.apr.dev"
  8. [provider]
  9. cluster = "devnet"
  10. wallet = "~/.config/solana/test.json"
  11. [scripts]
  12. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"