@gainsnetwork/sdk 1.7.4-rc1 → 1.7.4-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.
@@ -442,7 +442,7 @@ export declare const pairs: {
442
442
  "STABLE/USD": string;
443
443
  "VOOI/USD": string;
444
444
  "LIT/USD": string;
445
- "DUSK /USD": string;
445
+ "DUSK/USD": string;
446
446
  "SCRT/USD": string;
447
447
  "DCR/USD": string;
448
448
  };
package/lib/constants.js CHANGED
@@ -450,7 +450,7 @@ exports.pairs = {
450
450
  "STABLE/USD": CRYPTO,
451
451
  "VOOI/USD": CRYPTO,
452
452
  "LIT/USD": CRYPTO,
453
- "DUSK /USD": CRYPTO,
453
+ "DUSK/USD": CRYPTO,
454
454
  "SCRT/USD": CRYPTO,
455
455
  "DCR/USD": CRYPTO,
456
456
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.7.4-rc1",
3
+ "version": "1.7.4-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [