feat: change getAllLiquidity and GetAllMarket

This commit is contained in:
Thomas Ailleaume
2024-02-04 20:05:43 +01:00
committed by ThomAill
parent e5e20876eb
commit f3c0cd5651
4 changed files with 145 additions and 120 deletions

View File

@ -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"
}