mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-12 07:42:39 +10:00
feat: change getAllLiquidity and GetAllMarket
This commit is contained in:
committed by
ThomAill
parent
e5e20876eb
commit
f3c0cd5651
10
package.json
10
package.json
@ -6,18 +6,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
|
||||
"@solana/spl-token": "^0.3.11",
|
||||
"@solana/spl-token": "^0.4.0",
|
||||
"@solana/web3.js": "^1.89.1",
|
||||
"axios": "^1.6.7",
|
||||
"bigint-buffer": "^1.1.5",
|
||||
"bn.js": "^5.2.1",
|
||||
"bs58": "^5.0.0",
|
||||
"dotenv": "^16.3.2",
|
||||
"pino": "^8.17.2",
|
||||
"dotenv": "^16.4.1",
|
||||
"pino": "^8.18.0",
|
||||
"pino-pretty": "^10.3.1",
|
||||
"pino-std-serializers": "^6.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bn.js": "^5.1.5",
|
||||
"prettier": "^3.2.1",
|
||||
"prettier": "^3.2.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user