Anchor.toml 334 B

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