@hawksightco/hawk-sdk 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ export declare class Util {
|
|
|
18
18
|
*
|
|
19
19
|
* @returns A Promise resolving to a response object containing the status and array of pool information.
|
|
20
20
|
*/
|
|
21
|
-
meteoraDlmmPools(): Promise<ResponseWithStatus<client.
|
|
21
|
+
meteoraDlmmPools(): Promise<ResponseWithStatus<client.InlineResponse2003[]>>;
|
|
22
22
|
/**
|
|
23
23
|
* Fetches positions held in Meteora DLMM pools, optionally filtered by a specific pool.
|
|
24
24
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hawksightco/hawk-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"description": "Hawksight v2 SDK",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"repository": "https://github.com/ghabxph/hawk-api-client.git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"typescript": "^5.4.5"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@hawksightco/swagger-client": "0.0.
|
|
23
|
+
"@hawksightco/swagger-client": "0.0.11",
|
|
24
24
|
"@solana/web3.js": "^1.89.1",
|
|
25
25
|
"bn.js": "^5.2.1"
|
|
26
26
|
},
|