Skip to content

Commit

Permalink
Merge pull request #1 from magicblock-labs/refactor/updating-code
Browse files Browse the repository at this point in the history
refactor(bolt): updating bolt to 0.1.11
  • Loading branch information
notdanilo authored Dec 5, 2024
2 parents 5ac5c51 + 25575ae commit e6f8b42
Show file tree
Hide file tree
Showing 32 changed files with 4,049 additions and 781 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.bolt
*.DS_Store
target
!target/deploy/
target/deploy/*.so
**/*.rs.bk
node_modules
test-ledger
Expand Down
12 changes: 6 additions & 6 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ resolution = true
skip-lint = false

[programs.localnet]
grid = "rdiVoU6KomhXBDMLi6UXVHvmjEUtKqb5iDCWChxMzZ7"
players = "5Xz6iiE2FZdpqrvCKbGqDajNYt1tP8cRGXrq3THSFo1q"
join-game = "2umhnxiCtmg5KTn4L9BLo24uLjb74gAh4tmpMLRKYndN"
play = "DyUy1naq1kb3r7HYBrTf7YhnGMJ5k5NqS3Mhk65GfSih"
grid = "9EoKMqQqrgRAxVED34q17e466RKme5sTUkuCqUGH4bij"
join-game = "7TsTc97MB21EKbh2RetcWsGWRJ4xuMkPKKD4DcMJ2Sms"
play = "EFLfG5icLgcUYwuSnuScoYptcrgh8WYLHx33M4wvTPFv"
players = "HLzXXTbMUjemRSQr5LHjtZgBvqyieuhY8wE29xYzhZSX"

[registry]
url = "https://api.apr.dev"

[provider]
cluster = "Localnet"
cluster = "localnet"
wallet = "~/.config/solana/id.json"

[workspace]
members = ["programs-ecs/components/*", "programs-ecs/systems/*"]

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
test = "sleep 5 && yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

[test]
startup_wait = 5000
Expand Down
Loading

0 comments on commit e6f8b42

Please sign in to comment.