Skip to content

Commit d7fcf99

Browse files
authored
chore: fix anchor escrow program tests (#502)
* chore: fix anchor escrow tests * formatting * more formatting * import with type json * manually unpack spl accounts getAccount is failing for some reason
1 parent 8e0879b commit d7fcf99

File tree

5 files changed

+895
-882
lines changed

5 files changed

+895
-882
lines changed

tokens/escrow/anchor/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@
66
},
77
"dependencies": {
88
"@coral-xyz/anchor": "^0.32.1",
9-
"@solana-developers/helpers": "^2.3.0",
10-
"@solana/spl-token": "^0.4.6",
11-
"@solana/web3.js": "^1.95.2"
9+
"@solana-developers/helpers": "^2.8.1",
10+
"@solana/spl-token": "^0.4.14",
11+
"@solana/web3.js": "^1.98.4"
1212
},
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@types/bn.js": "^5.1.0",
16-
"@types/chai": "^4.3.0",
17-
"@types/mocha": "^9.0.0",
18-
"anchor-bankrun": "^0.4.0",
19-
"chai": "^4.3.4",
20-
"mocha": "^9.0.3",
21-
"prettier": "^2.6.2",
22-
"solana-bankrun": "^0.3.0",
23-
"ts-mocha": "^10.0.0",
24-
"typescript": "^4.3.5"
15+
"@types/bn.js": "^5.2.0",
16+
"@types/chai": "^5.2.3",
17+
"@types/mocha": "^10.0.10",
18+
"anchor-bankrun": "^0.5.0",
19+
"chai": "^6.2.2",
20+
"mocha": "^11.7.5",
21+
"prettier": "^3.7.4",
22+
"solana-bankrun": "^0.4.0",
23+
"ts-mocha": "^11.1.0",
24+
"ts-node": "^10.9.2",
25+
"typescript": "^5.9.3"
2526
}
2627
}

0 commit comments

Comments
 (0)