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