Skip to content

Commit fce568c

Browse files
committed
update counter program
1 parent 9943e86 commit fce568c

File tree

4 files changed

+51
-132
lines changed

4 files changed

+51
-132
lines changed

basics/counter/poseidon/.prettierignore

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

basics/counter/poseidon/migrations/deploy.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"license": "ISC",
32
"scripts": {
43
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
54
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
65
},
76
"dependencies": {
8-
"@coral-xyz/anchor": "^0.30.1",
9-
"anchor-bankrun": "^0.5.0",
10-
"solana-bankrun": "^0.4.0"
7+
"@coral-xyz/anchor": "^0.30.0",
8+
"@solana/web3.js": "^1.95.2"
119
},
1210
"devDependencies": {
13-
"chai": "^4.3.4",
14-
"mocha": "^9.0.3",
15-
"ts-mocha": "^10.0.0",
11+
"anchor-bankrun": "^0.4.0",
12+
"solana-bankrun": "^0.3.0",
1613
"@types/bn.js": "^5.1.0",
1714
"@types/chai": "^4.3.0",
1815
"@types/mocha": "^9.0.0",
19-
"typescript": "^4.3.5",
20-
"prettier": "^2.6.2"
16+
"chai": "^4.3.4",
17+
"mocha": "^9.0.3",
18+
"prettier": "^2.6.2",
19+
"ts-mocha": "^10.0.0",
20+
"typescript": "^4.3.5"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)