@gainsnetwork/sdk 0.0.44-rc1 → 0.0.44-rc2

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.
@@ -189,7 +189,7 @@ export declare const pairs: {
189
189
  "WTI/USD": string;
190
190
  "XPT/USD": string;
191
191
  "XPD/USD": string;
192
- "CUC/USD": string;
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
- "CUC/USD": COMMODITIES,
200
+ "HG/USD": COMMODITIES,
201
201
  };
202
202
  const getAssetClassFromGroupIndex = (groupIndex) => {
203
203
  switch (groupIndex) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.0.44-rc1",
3
+ "version": "0.0.44-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [