carbon-js-sdk 0.11.50 → 0.11.51

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.
@@ -643,7 +643,6 @@ class TokenClient {
643
643
  var _a, _b;
644
644
  return __awaiter(this, void 0, void 0, function* () {
645
645
  this.usdValues.iusd = number_1.BN_ONE;
646
- this.usdValues.cgusd = number_1.BN_ONE;
647
646
  //Get corresponding geckoId for denoms and removes any duplicated geckoIds (espeically for different wrapped tokens as they correspond to the same geckoId(same price))
648
647
  const geckoIds = denoms.reduce((coinIds, denom) => {
649
648
  // To ensure that ibc denoms are not added to the gecko ids list, the default is removed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.11.50",
3
+ "version": "0.11.51",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",