Anchor.toml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [toolchain]
  2. [features]
  3. resolution = 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. [workspace]
  21. members = [
  22. "crates/programs/bolt-component",
  23. "crates/programs/bolt-system",
  24. "crates/programs/world",
  25. "examples/component-position",
  26. "examples/component-velocity",
  27. "examples/system-apply-velocity",
  28. "examples/system-fly",
  29. "examples/system-simple-movement"
  30. ]
  31. [scripts]
  32. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/bolt.ts"
  33. [test]
  34. startup_wait = 5000
  35. shutdown_wait = 2000
  36. upgradeable = false
  37. [[test.genesis]]
  38. address = "DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh"
  39. program = "tests/fixtures/delegation.so"
  40. upgradeable = false
  41. [test.validator]
  42. bind_address = "0.0.0.0"
  43. ledger = ".anchor/test-ledger"
  44. rpc_port = 8899
  45. [[test.validator.account]]
  46. address = "EEmsg7GbxEAw5f9hGfZRmJRJ27HK8KeGDp7ViW9X2mYa"
  47. filename = "tests/fixtures/commit_record.json"
  48. [[test.validator.account]]
  49. address = "7nQvHcfEqtFmY2q6hiQbidu8BCNdqegnEFfH7HkByFn5"
  50. filename = "tests/fixtures/committed_state.json"