@gainsnetwork/sdk 0.0.48 → 0.0.50

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 +2 -2
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -233,7 +233,7 @@ exports.delistedPairIxs = new Set([
233
233
  6, 31, 36, 42, 45, 48, 50, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
234
234
  70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
235
235
  89, 97, 99, 101, 106, 107, 108, 52, 131, 140, 147, 151, 152, 157, 158, 160,
236
- 161, 162, 163, 164, 166, 169, 170, 174, 175, 177, 179, 180, 181, 182, 186,
237
- 188, 189, 190,
236
+ 161, 162, 163, 164, 166, 169, 170, 174, 175, 177, 179, 180, 181, 182, 183,
237
+ 186, 188, 189, 190,
238
238
  ]);
239
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.48",
3
+ "version": "0.0.50",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [