Skip to content

Commit 7a92fad

Browse files
committed
update poseidon hello world
1 parent 9f07219 commit 7a92fad

File tree

10 files changed

+117
-2290
lines changed

10 files changed

+117
-2290
lines changed

basics/hello-solana/poseidon/.prettierignore

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

basics/hello-solana/poseidon/jest.config.js

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

basics/hello-solana/poseidon/migrations/deploy.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
{
2-
"license": "ISC",
3-
"scripts": {
4-
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
5-
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
6-
"test": "jest"
7-
},
82
"dependencies": {
9-
"@coral-xyz/anchor": "^0.30.1",
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": {
14-
"@jest/globals": "^29.7.0",
7+
"anchor-bankrun": "^0.4.0",
8+
"solana-bankrun": "^0.3.0",
159
"@types/bn.js": "^5.1.0",
1610
"@types/chai": "^4.3.0",
17-
"@types/jest": "^29.5.13",
1811
"@types/mocha": "^9.0.0",
1912
"chai": "^4.3.4",
20-
"jest": "^29.7.0",
2113
"mocha": "^9.0.3",
22-
"prettier": "^2.6.2",
23-
"ts-jest": "^29.2.5",
2414
"ts-mocha": "^10.0.0",
2515
"typescript": "^4.3.5"
2616
}
27-
}
17+
}

0 commit comments

Comments
 (0)