@gainsnetwork/sdk 0.0.44-rc2 → 0.0.45
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.
- package/lib/constants.d.ts +0 -4
- package/lib/constants.js +3 -8
- package/package.json +1 -1
package/lib/constants.d.ts
CHANGED
|
@@ -186,10 +186,6 @@ export declare const pairs: {
|
|
|
186
186
|
"SKL/USD": string;
|
|
187
187
|
"SUPER/USD": string;
|
|
188
188
|
"BAL/USD": string;
|
|
189
|
-
"WTI/USD": string;
|
|
190
|
-
"XPT/USD": string;
|
|
191
|
-
"XPD/USD": string;
|
|
192
|
-
"HG/USD": string;
|
|
193
189
|
};
|
|
194
190
|
export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
|
|
195
191
|
export declare const tickerChanges: {
|
package/lib/constants.js
CHANGED
|
@@ -194,10 +194,6 @@ exports.pairs = {
|
|
|
194
194
|
"SKL/USD": CRYPTO,
|
|
195
195
|
"SUPER/USD": CRYPTO,
|
|
196
196
|
"BAL/USD": CRYPTO,
|
|
197
|
-
"WTI/USD": COMMODITIES,
|
|
198
|
-
"XPT/USD": COMMODITIES,
|
|
199
|
-
"XPD/USD": COMMODITIES,
|
|
200
|
-
"HG/USD": COMMODITIES,
|
|
201
197
|
};
|
|
202
198
|
const getAssetClassFromGroupIndex = (groupIndex) => {
|
|
203
199
|
switch (groupIndex) {
|
|
@@ -232,9 +228,8 @@ exports.defaultSpreadReductionsP100 = [15, 20, 25, 30, 35];
|
|
|
232
228
|
exports.delistedPairIxs = new Set([
|
|
233
229
|
6, 31, 36, 42, 45, 48, 50, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
234
230
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
|
|
235
|
-
89, 97, 99, 101, 106, 107, 108, 52, 131, 140, 143, 146, 147,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
184, 186,
|
|
231
|
+
89, 97, 99, 101, 106, 107, 108, 52, 131, 140, 143, 146, 147, 149, 151, 152,
|
|
232
|
+
157, 158, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 173, 174, 175,
|
|
233
|
+
177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190,
|
|
239
234
|
]);
|
|
240
235
|
exports.delistedGroupsIxs = new Set([6, 7]);
|