Anchor.toml 302 B

1234567891011121314
  1. [features]
  2. seeds = false
  3. [programs.localnet]
  4. carnival = "8t94SEJh9jVjDwV7cbiuT6BvEsHo4YHP9x9a5rYH1NpP"
  5. [registry]
  6. url = "https://anchor.projectserum.com"
  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"