We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437658d commit ec81e17Copy full SHA for ec81e17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jup-dca-bot",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Dollar cost averaging bot on Solana",
5
"source": "src/index.ts",
6
"main": "src/index.ts",
@@ -13,9 +13,9 @@
13
"author": "",
14
"license": "ISC",
15
"dependencies": {
16
- "@jup-ag/core": "^1.0.0-beta.16",
+ "@jup-ag/core": "^3.0.0-beta.8",
17
"@solana/wallet-adapter-base": "^0.7.1",
18
- "@solana/web3.js": "^1.36.0",
+ "@solana/web3.js": "^1.66.1",
19
"@types/bs58": "^4.0.1",
20
"@types/isomorphic-fetch": "^0.0.35",
21
"bs58": "^4.0.1",
0 commit comments