Anchor.toml 364 B

1234567891011121314151617
  1. [features]
  2. seeds = false
  3. skip-lint = false
  4. [programs.localnet]
  5. hand = "EJfTLXDCJTVwBgGpz9X2Me4CWHbvg8F8zsM7fiVJLLeR"
  6. lever = "CABVoybzrbAJSv7QhQd6GXNGKxDMRjw9niqFzizhk6uk"
  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"