Anchor.toml 305 B

1234567891011121314
  1. [features]
  2. seeds = false
  3. [programs.localnet]
  4. processing_instructions = "DgoL5J44aspizyUs9fcnpGEUJjWTLJRCfx8eYtUMYczf"
  5. [registry]
  6. url = "https://api.apr.dev"
  7. [provider]
  8. cluster = "localnet"
  9. wallet = "~/.config/solana/id.json"
  10. [scripts]
  11. test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"