@gainsnetwork/sdk 0.0.45 → 0.0.47

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.
@@ -186,6 +186,10 @@ 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;
189
193
  };
190
194
  export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
191
195
  export declare const tickerChanges: {
package/lib/constants.js CHANGED
@@ -194,6 +194,10 @@ 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,
197
201
  };
198
202
  const getAssetClassFromGroupIndex = (groupIndex) => {
199
203
  switch (groupIndex) {
@@ -230,6 +234,6 @@ exports.delistedPairIxs = new Set([
230
234
  70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
231
235
  89, 97, 99, 101, 106, 107, 108, 52, 131, 140, 143, 146, 147, 149, 151, 152,
232
236
  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,
237
+ 177, 178, 179, 180, 181, 182, 183, 184, 186, 188, 189, 190,
234
238
  ]);
235
239
  exports.delistedGroupsIxs = new Set([6, 7]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [