Anchor.toml 407 B

123456789101112131415161718192021
  1. [toolchain]
  2. [features]
  3. resolution = true
  4. skip-lint = false
  5. [programs.localnet]
  6. fundraiser = "Eoiuq1dXvHxh6dLx3wh9gj8kSAUpga11krTrbfF5XYsC"
  7. [programs.devnet]
  8. fundraiser = "Eoiuq1dXvHxh6dLx3wh9gj8kSAUpga11krTrbfF5XYsC"
  9. [registry]
  10. url = "https://api.apr.dev"
  11. [provider]
  12. cluster = "Localnet"
  13. wallet = "~/.config/solana/id.json"
  14. [scripts]
  15. test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"