Skip to content

Commit

Permalink
feat: update Superfest campaign [skip cypress] (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa committed Aug 12, 2024
1 parent f7eeef3 commit 758a98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export enum Side {
export const showSuperFestTooltip = (symbol: string, currentMarket: string, side?: Side) => {
return (
currentMarket === CustomMarket.proto_base_v3 &&
((side === Side.SUPPLY && symbol == 'weETH') ||
(side === Side.BORROW && (symbol == 'USDC' || symbol == 'ETH')))
side === Side.SUPPLY &&
(symbol == 'ETH' || symbol == 'WETH')
);
};

2 comments on commit 758a98a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.