Skip to content

Commit 19d9832

Browse files
committed
change error name
1 parent 7306d68 commit 19d9832

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/components/SwapComponent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ const SwapComponent: React.FC = () => {
16861686
{selectedDays && totalUsdAmount !== null && Number(totalUsdAmount) !== 0 && (
16871687
<p className={styles.priceInfo}>
16881688
{aggregatorDown
1689-
? 'Aggregator down, use BZZ directly'
1689+
? 'LIFI Router Error: Please try later'
16901690
: liquidityError
16911691
? 'Not enough liquidity for this swap'
16921692
: insufficientFunds
@@ -1729,7 +1729,7 @@ const SwapComponent: React.FC = () => {
17291729
) : isPriceEstimating ? (
17301730
'Calculating Cost...'
17311731
) : aggregatorDown ? (
1732-
'Aggregator Down - Use BZZ'
1732+
'LIFI Router Error: Please try later'
17331733
) : liquidityError ? (
17341734
"Cannot Swap - Can't Find Route"
17351735
) : insufficientFunds ? (

0 commit comments

Comments
 (0)