Skip to content

Commit 24de1e6

Browse files
committed
chore: add litesvm and update @solana/web3.js dependency
- Upgrade @solana/web3.js to version 1.98.4 - Add litesvm dependency with version 0.4.0 - Update related dependencies in pnpm-lock.yaml to reflect changes
1 parent 9303ae0 commit 24de1e6

File tree

2 files changed

+154
-39
lines changed

2 files changed

+154
-39
lines changed

basics/hello-solana/anchor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "module",
33
"dependencies": {
44
"@coral-xyz/anchor": "0.32.1",
5-
"@solana/web3.js": "^1.95.2"
5+
"@solana/web3.js": "^1.98.4",
6+
"litesvm": "^0.4.0"
67
},
78
"devDependencies": {
89
"@types/bn.js": "^5.1.0",

basics/hello-solana/anchor/pnpm-lock.yaml

Lines changed: 152 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)