@quartz-labs/sdk 0.19.6 → 0.19.8
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.
|
@@ -13,7 +13,7 @@ export declare const SPEND_FEE_DESTINATION: PublicKey;
|
|
|
13
13
|
export declare const MARGINFI_GROUP_1: PublicKey;
|
|
14
14
|
export declare const MARKET_INDEX_USDC = 0;
|
|
15
15
|
export declare const MARKET_INDEX_SOL = 1;
|
|
16
|
-
export declare const DEFAULT_COMPUTE_UNIT_LIMIT =
|
|
16
|
+
export declare const DEFAULT_COMPUTE_UNIT_LIMIT = 800000;
|
|
17
17
|
export declare const DEFAULT_COMPUTE_UNIT_PRICE = 1250000;
|
|
18
18
|
export declare const ZERO: import("bn.js");
|
|
19
19
|
export declare const MAX_ACCOUNTS_PER_FETCH_CALL = 100;
|
package/dist/config/constants.js
CHANGED
|
@@ -14,7 +14,7 @@ export const SPEND_FEE_DESTINATION = new PublicKey("HPvsnVZQSeFr3TtD2JBjvvzxiZhn
|
|
|
14
14
|
export const MARGINFI_GROUP_1 = new PublicKey("4qp6Fx6tnZkY5Wropq9wUYgtFxXKwE6viZxFHg3rdAG8");
|
|
15
15
|
export const MARKET_INDEX_USDC = 0;
|
|
16
16
|
export const MARKET_INDEX_SOL = 1;
|
|
17
|
-
export const DEFAULT_COMPUTE_UNIT_LIMIT =
|
|
17
|
+
export const DEFAULT_COMPUTE_UNIT_LIMIT = 800_000;
|
|
18
18
|
export const DEFAULT_COMPUTE_UNIT_PRICE = 1_250_000;
|
|
19
19
|
export const ZERO = new BN(0);
|
|
20
20
|
export const MAX_ACCOUNTS_PER_FETCH_CALL = 100;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartz-labs/sdk",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.8",
|
|
4
4
|
"description": "SDK for interacting with the Quartz Protocol",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@coral-xyz/anchor": "^0.29.0",
|
|
61
|
-
"@drift-labs/sdk": "2.
|
|
61
|
+
"@drift-labs/sdk": "2.131.0-beta.11",
|
|
62
62
|
"@jup-ag/api": "6.0.30",
|
|
63
63
|
"@pythnetwork/pyth-solana-receiver": "^0.9.1",
|
|
64
64
|
"@quartz-labs/connection": "^2.0.0",
|