@ape.swap/bonds-sdk 1.0.294 → 1.0.295
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.
|
@@ -316,6 +316,7 @@ var YourBonds = function (_a) {
|
|
|
316
316
|
var chainId = useWeb3React().chainId;
|
|
317
317
|
var totalPending = function (userBill) {
|
|
318
318
|
var _a, _b, _c, _d;
|
|
319
|
+
console.log(userBill);
|
|
319
320
|
return getBalanceNumber(new BigNumber((_a = userBill === null || userBill === void 0 ? void 0 : userBill.totalPayout) !== null && _a !== void 0 ? _a : 0), (_d = (_c = (_b = userBill.bond.earnToken) === null || _b === void 0 ? void 0 : _b.decimals) === null || _c === void 0 ? void 0 : _c[chainId]) !== null && _d !== void 0 ? _d : 18);
|
|
320
321
|
};
|
|
321
322
|
var claimable = function (userBill) {
|