Anchor.toml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [toolchain]
  2. [features]
  3. seeds = true
  4. skip-lint = false
  5. [programs.devnet]
  6. world = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"
  7. [programs.localnet]
  8. bolt-component = "CmP2djJgABZ4cRokm4ndxuq6LerqpNHLBsaUv2XKEJua"
  9. bolt-system = "7X4EFsDJ5aYTcEjKzJ94rD8FRKgQeXC89fkpeTS4KaqP"
  10. position = "Fn1JzzEdyb55fsyduWS94mYHizGhJZuhvjX6DVvrmGbQ"
  11. system-apply-velocity = "6LHhFVwif6N9Po3jHtSmMVtPjF6zRfL3xMosSzcrQAS8"
  12. system-fly = "HT2YawJjkNmqWcLNfPAMvNsLdWwPvvvbKA5bpMw4eUpq"
  13. system-simple-movement = "FSa6qoJXFBR3a7ThQkTAMrC15p6NkchPEjBdd4n6dXxA"
  14. velocity = "CbHEFbSQdRN4Wnoby9r16umnJ1zWbULBHg4yqzGQonU1"
  15. [registry]
  16. url = "https://api.apr.dev"
  17. [provider]
  18. cluster = "localnet"
  19. wallet = "./tests/fixtures/provider.json"
  20. [test]
  21. startup_wait = 5000
  22. shutdown_wait = 2000
  23. upgradeable = false
  24. [workspace]
  25. members = [
  26. "programs/bolt-component",
  27. "programs/bolt-system",
  28. "programs/world",
  29. "examples/component-position",
  30. "examples/component-velocity",
  31. "examples/system-apply-velocity",
  32. "examples/system-fly",
  33. "examples/system-simple-movement",
  34. ]
  35. [[test.genesis]]
  36. address = "DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh"
  37. program = "tests/fixtures/delegation.so"
  38. upgradeable = false
  39. [[test.validator.account]]
  40. address = "EEmsg7GbxEAw5f9hGfZRmJRJ27HK8KeGDp7ViW9X2mYa"
  41. filename = "tests/fixtures/commit_record.json"
  42. [[test.validator.account]]
  43. address = "7nQvHcfEqtFmY2q6hiQbidu8BCNdqegnEFfH7HkByFn5"
  44. filename = "tests/fixtures/committed_state.json"
  45. [scripts]
  46. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/bolt.ts"