Skip to content

Commit ec81e17

Browse files
Update package.json
Work on Jup v3 integration with some enhancements
1 parent 437658d commit ec81e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jup-dca-bot",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Dollar cost averaging bot on Solana",
55
"source": "src/index.ts",
66
"main": "src/index.ts",
@@ -13,9 +13,9 @@
1313
"author": "",
1414
"license": "ISC",
1515
"dependencies": {
16-
"@jup-ag/core": "^1.0.0-beta.16",
16+
"@jup-ag/core": "^3.0.0-beta.8",
1717
"@solana/wallet-adapter-base": "^0.7.1",
18-
"@solana/web3.js": "^1.36.0",
18+
"@solana/web3.js": "^1.66.1",
1919
"@types/bs58": "^4.0.1",
2020
"@types/isomorphic-fetch": "^0.0.35",
2121
"bs58": "^4.0.1",

0 commit comments

Comments
 (0)