Anchor.toml 363 B

12345678910111213141516
  1. [features]
  2. seeds = false
  3. skip-lint = false
  4. [programs.localnet]
  5. hand = "9rN5nSQBX1gcbweshWAfRE4Ccv5puJfxUJhqKZ5BEdoP"
  6. lever = "4wFN9As94uDgcBK9umEi6DNjRLi8gq7jaHwSw3829xq8"
  7. [registry]
  8. url = "https://api.apr.dev"
  9. [provider]
  10. cluster = "Localnet"
  11. wallet = "~/.config/solana/id.json"
  12. [scripts]
  13. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"