@gainsnetwork/sdk 0.0.44-rc1 → 0.0.44
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 +1 -1
- package/lib/constants.js +2 -2
- package/package.json +1 -1
package/lib/constants.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ export declare const pairs: {
|
|
|
189
189
|
"WTI/USD": string;
|
|
190
190
|
"XPT/USD": string;
|
|
191
191
|
"XPD/USD": string;
|
|
192
|
-
"
|
|
192
|
+
"HG/USD": string;
|
|
193
193
|
};
|
|
194
194
|
export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
|
|
195
195
|
export declare const tickerChanges: {
|
package/lib/constants.js
CHANGED
|
@@ -197,7 +197,7 @@ exports.pairs = {
|
|
|
197
197
|
"WTI/USD": COMMODITIES,
|
|
198
198
|
"XPT/USD": COMMODITIES,
|
|
199
199
|
"XPD/USD": COMMODITIES,
|
|
200
|
-
"
|
|
200
|
+
"HG/USD": COMMODITIES,
|
|
201
201
|
};
|
|
202
202
|
const getAssetClassFromGroupIndex = (groupIndex) => {
|
|
203
203
|
switch (groupIndex) {
|
|
@@ -235,6 +235,6 @@ exports.delistedPairIxs = new Set([
|
|
|
235
235
|
89, 97, 99, 101, 106, 107, 108, 52, 131, 140, 143, 146, 147, 148, 149, 151,
|
|
236
236
|
152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168,
|
|
237
237
|
169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183,
|
|
238
|
-
184, 186,
|
|
238
|
+
184, 186, 187, 188, 189, 190,
|
|
239
239
|
]);
|
|
240
240
|
exports.delistedGroupsIxs = new Set([6, 7]);
|