Anchor.toml 765 B

12345678910111213141516171819
  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. relations_derivation = "Re1ationsDerivation111111111111111111111111"
  10. non_existent = { address = "NonExistent11111111111111111111111111111111", idl = "non-existent.json" }
  11. numbers_123 = { address = "Numbers111111111111111111111111111111111111", idl = "idls/relations_build.json" }
  12. [provider]
  13. cluster = "localnet"
  14. wallet = "~/.config/solana/id.json"
  15. [scripts]
  16. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"