Anchor.toml 993 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [features]
  2. seeds = false
  3. [programs.localnet]
  4. validator_clone = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
  5. [provider]
  6. cluster = "localnet"
  7. wallet = "~/.config/solana/id.json"
  8. [scripts]
  9. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
  10. [test]
  11. startup_wait = 20000
  12. [test.validator]
  13. url = "https://api.mainnet-beta.solana.com"
  14. [[test.validator.clone]]
  15. address = "AqH29mZfQFgRpfwaPoTMWSKJ5kqauoc1FwVBRksZyQrt"
  16. [[test.validator.clone]]
  17. address = "MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"
  18. [[test.validator.clone]]
  19. address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
  20. [[test.validator.clone]]
  21. address = "So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo"
  22. [[test.validator.clone]]
  23. address = "mv3ekLzLbnVPNxjSKvqBpU3ZeZXPQdEC3bp5MDEBG68"
  24. [[test.validator.clone]]
  25. address = "8DKwAVrCEVStDYNPCsmxHtUj8LH9oXNtkVRrBfpNKvhp"
  26. [[test.validator.clone]]
  27. address = "8DKwAVrCEVStDYNPCsmxHtUj8LH9oXNtkVRrBfpNKvhp"
  28. [[test.validator.account_dir]]
  29. directory = "accounts-snapshot"