Skip to content

Commit

Permalink
upgrade to anchor 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Jun 25, 2024
1 parent 9d2cc74 commit baf487d
Show file tree
Hide file tree
Showing 9 changed files with 530 additions and 1,183 deletions.
8 changes: 4 additions & 4 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[toolchain]
anchor_version = "0.29.0"
solana_version = "1.18.1"
anchor_version = "0.30.1"
solana_version = "1.18.17"

[features]
seeds = false
resolution = true
skip-lint = false

[programs.localnet]
Expand All @@ -17,7 +17,7 @@ cluster = "Localnet"
wallet = "tests/keys/pFCBP4bhqdSsrWUVTgqhPsLrfEdChBK17vgFM7TxjxQ.json"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
test = "npx tsc --noEmit && yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/example-queries-solana-verify.ts"

# [test.validator]
# url = "https://api.devnet.solana.com"
Expand Down
Loading

0 comments on commit baf487d

Please sign in to comment.