Anchor.toml 310 B

1234567891011121314
  1. [features]
  2. seeds = false
  3. [programs.devnet]
  4. spl_token_minter = "5BStrknWEiQWHmDGdDBaG7j9qegfN2Nq83M3hXajjgXY"
  5. [registry]
  6. url = "https://anchor.projectserum.com"
  7. [provider]
  8. cluster = "devnet"
  9. wallet = "~/.config/solana/id.json"
  10. [scripts]
  11. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"