Skip to content

Commit

Permalink
update transfer sol
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamSspirit committed Oct 20, 2024
1 parent 5d7ffba commit c9592e5
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 142 deletions.
7 changes: 0 additions & 7 deletions basics/transfer-sol/poseidon/.prettierignore

This file was deleted.

12 changes: 0 additions & 12 deletions basics/transfer-sol/poseidon/migrations/deploy.ts

This file was deleted.

14 changes: 4 additions & 10 deletions basics/transfer-sol/poseidon/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
{
"license": "ISC",
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana/web3.js": "^1.95.4",
"anchor-bankrun": "^0.5.0",
"solana-bankrun": "^0.4.0"
"@coral-xyz/anchor": "^0.30.0",
"@solana/web3.js": "^1.95.2"
},
"devDependencies": {
"anchor-bankrun": "^0.4.0",
"solana-bankrun": "^0.3.0",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
}
Expand Down
Loading

0 comments on commit c9592e5

Please sign in to comment.