Skip to content

Commit

Permalink
chore: add .so to .gitignore & changed cluster to localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Dec 5, 2024
1 parent f4aa40a commit 64df854
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.bolt
*.DS_Store
target
!target/deploy/
**/*.rs.bk
node_modules
test-ledger
Expand Down
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ players = "HLzXXTbMUjemRSQr5LHjtZgBvqyieuhY8wE29xYzhZSX"
url = "https://api.apr.dev"

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

[workspace]
Expand Down
1 change: 0 additions & 1 deletion target/deploy/bolt_tic_tac_toe-keypair.json

This file was deleted.

Binary file removed target/deploy/bolt_tic_tac_toe.so
Binary file not shown.
1 change: 0 additions & 1 deletion target/deploy/grid-keypair.json

This file was deleted.

Binary file removed target/deploy/grid.so
Binary file not shown.
1 change: 0 additions & 1 deletion target/deploy/join_game-keypair.json

This file was deleted.

Binary file removed target/deploy/join_game.so
Binary file not shown.
1 change: 0 additions & 1 deletion target/deploy/play-keypair.json

This file was deleted.

Binary file removed target/deploy/play.so
Binary file not shown.
1 change: 0 additions & 1 deletion target/deploy/players-keypair.json

This file was deleted.

Binary file removed target/deploy/players.so
Binary file not shown.

0 comments on commit 64df854

Please sign in to comment.