@shapeshiftoss/caip 6.11.1 → 6.12.0

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.
@@ -31,8 +31,8 @@ const thorPoolIdAssetIdSymbolMap = {
31
31
  'ETH.ETH': constants_1.ethAssetId,
32
32
  'LTC.LTC': constants_1.ltcAssetId,
33
33
  'DOGE.DOGE': constants_1.dogeAssetId,
34
- 'GAIA.ATOM': constants_1.cosmosAssetId
35
- // 'BCH.BCH': bchAssetId // uncomment when we support bch
34
+ 'GAIA.ATOM': constants_1.cosmosAssetId,
35
+ 'BCH.BCH': constants_1.bchAssetId
36
36
  };
37
37
  const invert = (data) => Object.entries(data).reduce((acc, [k, v]) => ((acc[v] = k), acc), {});
38
38
  const assetIdToPoolAssetIdMap = invert(thorPoolIdAssetIdSymbolMap);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapeshiftoss/caip",
3
- "version": "6.11.1",
3
+ "version": "6.12.0",
4
4
  "description": "CAIP Implementation",
5
5
  "homepage": "",
6
6
  "license": "MIT",