Skip to content

Commit 89dbab9

Browse files
committed
feat: project 8
1 parent 07caa67 commit 89dbab9

21 files changed

+496
-48
lines changed

project-8-token-lottery/package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@
44
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
55
},
66
"dependencies": {
7-
"@coral-xyz/anchor": "^0.30.0"
7+
"@coral-xyz/anchor": "^0.30.1",
8+
"@solana/spl-token": "^0.4.8",
9+
"@switchboard-xyz/on-demand": "^1.2.16",
10+
"anchor-bankrun": "^0.4.0",
11+
"solana-bankrun": "^0.3.0"
812
},
913
"devDependencies": {
10-
"chai": "^4.3.4",
11-
"mocha": "^9.0.3",
12-
"ts-mocha": "^10.0.0",
1314
"@types/bn.js": "^5.1.0",
1415
"@types/chai": "^4.3.0",
1516
"@types/mocha": "^9.0.0",
16-
"typescript": "^4.3.5",
17-
"prettier": "^2.6.2"
17+
"chai": "^4.3.4",
18+
"mocha": "^9.0.3",
19+
"prettier": "^2.6.2",
20+
"ts-mocha": "^10.0.0",
21+
"typescript": "^4.3.5"
1822
}
1923
}

0 commit comments

Comments
 (0)