Anchor.toml 751 B

12345678910111213141516171819
  1. [features]
  2. skip-lint = true
  3. [programs.localnet]
  4. docs = "Docs111111111111111111111111111111111111111"
  5. external = "Externa1111111111111111111111111111111111111"
  6. generics = "Generics111111111111111111111111111111111111"
  7. idl = "id11111111111111111111111111111111111111111"
  8. relations_derivation = "Re1ationsDerivation111111111111111111111111"
  9. non_existent = { address = "NonExistent11111111111111111111111111111111", idl = "non-existent.json" }
  10. numbers_123 = { address = "Numbers111111111111111111111111111111111111", idl = "idls/relations.json" }
  11. new_idl = "Newid11111111111111111111111111111111111111"
  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"