[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 = """ echo "Waiting for 2 seconds..." sleep 2 yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/main.ts """ [test] startup_wait = 15000 shutdown_wait = 2000 upgradeable = false [[test.genesis]] address = "DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh" program = "tests/fixtures/delegation.so" upgradeable = false [[test.genesis]] address="KeyspM2ssCJbqUhQ4k7sveSiY4WjnYsrXkC8oDbwde5" program="tests/fixtures/session_keys.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"