@aurigami/sdk 1.12.9-hf → 1.12.9

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.
package/dist/sdk.esm.js CHANGED
@@ -4836,10 +4836,7 @@ var MiscRead = /*#__PURE__*/function (_BlockchainEntityRead) {
4836
4836
  return p;
4837
4837
  }, new BigNumber(0));
4838
4838
  _context.next = 19;
4839
- return this.env.comptroller.getAccountLiquidity(userAddress)["catch"](function (e) {
4840
- console.log(e);
4841
- return [BigNumber$1.from(0), BigNumber$1.from(0)];
4842
- });
4839
+ return this.env.comptroller.getAccountLiquidity(userAddress);
4843
4840
 
4844
4841
  case 19:
4845
4842
  accountLiquidity = _context.sent;