Anchor.toml 433 B

123456789101112131415
  1. [features]
  2. seeds = true
  3. [programs.localnet]
  4. external = "Externa1111111111111111111111111111111111111"
  5. generics = "Generics111111111111111111111111111111111111"
  6. idl = "id11111111111111111111111111111111111111111"
  7. relations_derivation = "Re1ationsDerivation111111111111111111111111"
  8. [provider]
  9. cluster = "localnet"
  10. wallet = "~/.config/solana/id.json"
  11. [scripts]
  12. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"