@gainsnetwork/sdk 0.0.44-rc2 → 0.0.44

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
@@ -235,6 +235,6 @@ exports.delistedPairIxs = new Set([
235
235
  89, 97, 99, 101, 106, 107, 108, 52, 131, 140, 143, 146, 147, 148, 149, 151,
236
236
  152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168,
237
237
  169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183,
238
- 184, 186,
238
+ 184, 186, 187, 188, 189, 190,
239
239
  ]);
240
240
  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.44-rc2",
3
+ "version": "0.0.44",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [