@ape.swap/bonds-sdk 4.1.1-test.5 → 4.1.1-test.6
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -76216,7 +76216,7 @@ const YourBondsModal = ({ userBill, onDismiss }) => {
|
|
|
76216
76216
|
}, sx: { fontSize: '14px', width: '100%' }, children: isPendingCliff
|
|
76217
76217
|
? `Claimable in ${cliffCountdown.days !== 0 ? `${cliffCountdown.days} days` : cliffCountdown.hours !== 0 ? `${cliffCountdown.hours} hours` : `${cliffCountdown.minutes} mins`}`
|
|
76218
76218
|
: 'Claim' }) }), jsx$2(Button, { sx: { width: '100%', fontSize: '14px' }, onClick: () => canPurchaseAgain
|
|
76219
|
-
? window.
|
|
76219
|
+
? (window.location.href = `https://ape.bond/bonds?bondAddress=${similarLiveBond.contractAddress[similarLiveBond.chainId]}&bondChain=${similarLiveBond.chainId}`)
|
|
76220
76220
|
: null, disabled: !canPurchaseAgain, children: canPurchaseAgain ? 'Buy again' : 'sold out' })] }), jsx$2(Recommendations, { billAddress: userBill === null || userBill === void 0 ? void 0 : userBill.address })] })] }))] }) }));
|
|
76221
76221
|
};
|
|
76222
76222
|
|