We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7306d68 commit 19d9832Copy full SHA for 19d9832
1 file changed
src/app/components/SwapComponent.tsx
@@ -1686,7 +1686,7 @@ const SwapComponent: React.FC = () => {
1686
{selectedDays && totalUsdAmount !== null && Number(totalUsdAmount) !== 0 && (
1687
<p className={styles.priceInfo}>
1688
{aggregatorDown
1689
- ? 'Aggregator down, use BZZ directly'
+ ? 'LIFI Router Error: Please try later'
1690
: liquidityError
1691
? 'Not enough liquidity for this swap'
1692
: insufficientFunds
@@ -1729,7 +1729,7 @@ const SwapComponent: React.FC = () => {
1729
) : isPriceEstimating ? (
1730
'Calculating Cost...'
1731
) : aggregatorDown ? (
1732
- 'Aggregator Down - Use BZZ'
+ 'LIFI Router Error: Please try later'
1733
) : liquidityError ? (
1734
"Cannot Swap - Can't Find Route"
1735
) : insufficientFunds ? (
0 commit comments