Anchor.toml 300 B

1234567891011121314
  1. [features]
  2. seeds = false
  3. [programs.devnet]
  4. mint_2 = "8vbaY8zv9r3AgeLjyAr7LEprJwLN5Jjus97crJBD2AV2"
  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"