Anchor.toml 832 B

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