@gainsnetwork/sdk 1.6.4-rc1 → 1.6.4

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.
Files changed (2) hide show
  1. package/lib/constants.js +1 -1
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -447,7 +447,7 @@ exports.pairs = {
447
447
  "NAS100/USD": INDICES,
448
448
  "USA30/USD": INDICES,
449
449
  "NFLX_1/USD": STOCKS,
450
- "STABLE/USD": STOCKS,
450
+ "STABLE/USD": CRYPTO,
451
451
  };
452
452
  exports.syntheticPairs = new Set([
453
453
  "BTCDEGEN/USD",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.6.4-rc1",
3
+ "version": "1.6.4",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [