Skip to content

Commit 9fbe392

Browse files
committed
feat: completed the program passing the tests
1 parent 3c2fbc4 commit 9fbe392

File tree

7 files changed

+486
-28
lines changed

7 files changed

+486
-28
lines changed

tokens/pda-mint-authority/poseidon/token-minter/package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@
55
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
66
},
77
"dependencies": {
8-
"@coral-xyz/anchor": "^0.30.1"
8+
"@coral-xyz/anchor": "^0.30.0",
9+
"@solana/spl-token": "^0.4.9",
10+
"@solana/web3.js": "^1.95.2"
911
},
1012
"devDependencies": {
11-
"chai": "^4.3.4",
12-
"mocha": "^9.0.3",
13-
"ts-mocha": "^10.0.0",
1413
"@types/bn.js": "^5.1.0",
1514
"@types/chai": "^4.3.0",
1615
"@types/mocha": "^9.0.0",
17-
"typescript": "^4.3.5",
18-
"prettier": "^2.6.2"
16+
"anchor-bankrun": "^0.4.0",
17+
"chai": "^4.4.1",
18+
"mocha": "^9.0.3",
19+
"prettier": "^2.6.2",
20+
"solana-bankrun": "^0.3.0",
21+
"ts-mocha": "^10.0.0",
22+
"typescript": "^4.3.5"
1923
}
2024
}

0 commit comments

Comments
 (0)