Remove pnpm

Remove work script command
Reuse poolkeys for sell
This commit is contained in:
OneRobotBoii
2024-02-18 18:51:11 +07:00
parent 37d78cb999
commit 2f0e73c9eb
3 changed files with 12 additions and 17 deletions

View File

@ -2,8 +2,7 @@
"name": "solana-sniper-bot",
"author": "Filip Dundjer",
"scripts": {
"buy": "ts-node buy.ts",
"work": "ts-node worker/watcher.ts"
"buy": "ts-node buy.ts"
},
"dependencies": {
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",