@aurigami/sdk 1.0.2 → 1.0.3
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.
|
@@ -3087,12 +3087,8 @@ var SdkRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
3087
3087
|
}, new BigNumber(0));
|
|
3088
3088
|
promises = new Array(3);
|
|
3089
3089
|
promises[0] = this._comptroller.getAccountLiquidity(userAddress);
|
|
3090
|
-
promises[1] = this._auriLens.callStatic.claimAndGetRewardBalancesMetadata(this._comptroller.address, this._auriFairLaunch.address, [
|
|
3090
|
+
promises[1] = this._auriLens.callStatic.claimAndGetRewardBalancesMetadata(this._comptroller.address, this._auriFairLaunch.address, [], {
|
|
3091
3091
|
from: userAddress
|
|
3092
|
-
})["catch"](function (err) {
|
|
3093
|
-
return {
|
|
3094
|
-
plyAccrued: ethers.BigNumber.from(0)
|
|
3095
|
-
};
|
|
3096
3092
|
});
|
|
3097
3093
|
promises[2] = this._tokenLock.lockedAmounts(userAddress);
|
|
3098
3094
|
_context2.next = 23;
|