Anchor.toml 648 B

1234567891011121314151617
  1. [features]
  2. seeds = true
  3. [programs.localnet]
  4. external = "Externa1111111111111111111111111111111111111"
  5. generics = "Generics111111111111111111111111111111111111"
  6. idl = "id11111111111111111111111111111111111111111"
  7. relations_derivation = "Re1ationsDerivation111111111111111111111111"
  8. non_existent = { address = "NonExistent11111111111111111111111111111111", idl = "non-existent.json" }
  9. numbers_123 = { address = "Numbers111111111111111111111111111111111111", idl = "idls/relations_build_exp.json" }
  10. [provider]
  11. cluster = "localnet"
  12. wallet = "~/.config/solana/id.json"
  13. [scripts]
  14. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"