Skip to content

Commit c9592e5

Browse files
committed
update transfer sol
1 parent 5d7ffba commit c9592e5

File tree

4 files changed

+43
-142
lines changed

4 files changed

+43
-142
lines changed

basics/transfer-sol/poseidon/.prettierignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

basics/transfer-sol/poseidon/migrations/deploy.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

basics/transfer-sol/poseidon/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
{
2-
"license": "ISC",
3-
"scripts": {
4-
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
5-
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
6-
},
72
"dependencies": {
8-
"@coral-xyz/anchor": "^0.30.1",
9-
"@solana/web3.js": "^1.95.4",
10-
"anchor-bankrun": "^0.5.0",
11-
"solana-bankrun": "^0.4.0"
3+
"@coral-xyz/anchor": "^0.30.0",
4+
"@solana/web3.js": "^1.95.2"
125
},
136
"devDependencies": {
7+
"anchor-bankrun": "^0.4.0",
8+
"solana-bankrun": "^0.3.0",
149
"@types/bn.js": "^5.1.0",
1510
"@types/chai": "^4.3.0",
1611
"@types/mocha": "^9.0.0",
1712
"chai": "^4.3.4",
1813
"mocha": "^9.0.3",
19-
"prettier": "^2.6.2",
2014
"ts-mocha": "^10.0.0",
2115
"typescript": "^4.3.5"
2216
}

0 commit comments

Comments
 (0)