Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kirksgithub committed Sep 12, 2022
1 parent 2a9c0c2 commit 18d484d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ target

dist
node_modules
docker-target

.idea

Expand Down
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anchor_version = "0.20.1"
anchor_version = "0.24.2"
solana_version = "1.9.5"

[programs.localnet]
Expand All @@ -12,7 +12,7 @@ voter_stake_registry = "vsr2nfGVNHmSY8uxoBGqq8AQbwz3JwaEaHqGbsTPXqQ"

[provider]
cluster = "mainnet"
wallet = "~/.config/solana/vsrkfNVoSkxmTEg1kYN5w2Kbe1wLuTTxumh5ofAKLaS.json"
wallet = "~/.config/solana/id.json"

[scripts]
test = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/*.ts"
Expand Down

0 comments on commit 18d484d

Please sign in to comment.