@gainsnetwork/sdk 0.2.43-rc1 → 0.2.43-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.
Files changed (2) hide show
  1. package/lib/constants.js +1 -0
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -315,6 +315,7 @@ const getAssetClassFromGroupIndex = (groupIndex) => {
315
315
  switch (groupIndex) {
316
316
  case 0:
317
317
  case 10:
318
+ case 11:
318
319
  return CRYPTO;
319
320
  case 1:
320
321
  case 8:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.43-rc1",
3
+ "version": "0.2.43-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [