1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- [toolchain]
- [features]
- resolution = true
- skip-lint = false
- [programs.devnet]
- world = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"
- [programs.localnet]
- bolt-component = "CmP2djJgABZ4cRokm4ndxuq6LerqpNHLBsaUv2XKEJua"
- bolt-system = "7X4EFsDJ5aYTcEjKzJ94rD8FRKgQeXC89fkpeTS4KaqP"
- position = "Fn1JzzEdyb55fsyduWS94mYHizGhJZuhvjX6DVvrmGbQ"
- system-apply-velocity = "6LHhFVwif6N9Po3jHtSmMVtPjF6zRfL3xMosSzcrQAS8"
- system-fly = "HT2YawJjkNmqWcLNfPAMvNsLdWwPvvvbKA5bpMw4eUpq"
- system-simple-movement = "FSa6qoJXFBR3a7ThQkTAMrC15p6NkchPEjBdd4n6dXxA"
- velocity = "CbHEFbSQdRN4Wnoby9r16umnJ1zWbULBHg4yqzGQonU1"
- [registry]
- url = "https://api.apr.dev"
- [provider]
- cluster = "Localnet"
- wallet = "./tests/fixtures/provider.json"
- [workspace]
- members = [
- "crates/programs/bolt-component",
- "crates/programs/bolt-system",
- "crates/programs/world",
- "examples/component-position",
- "examples/component-velocity",
- "examples/system-apply-velocity",
- "examples/system-fly",
- "examples/system-simple-movement"
- ]
- [scripts]
- test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/bolt.ts"
- [test]
- startup_wait = 5000
- shutdown_wait = 2000
- upgradeable = false
- [[test.genesis]]
- address = "DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh"
- program = "tests/fixtures/delegation.so"
- upgradeable = false
- [test.validator]
- bind_address = "0.0.0.0"
- ledger = ".anchor/test-ledger"
- rpc_port = 8899
- [[test.validator.account]]
- address = "EEmsg7GbxEAw5f9hGfZRmJRJ27HK8KeGDp7ViW9X2mYa"
- filename = "tests/fixtures/commit_record.json"
- [[test.validator.account]]
- address = "7nQvHcfEqtFmY2q6hiQbidu8BCNdqegnEFfH7HkByFn5"
- filename = "tests/fixtures/committed_state.json"
|