Skip to content

Commit

Permalink
feat: add superfest icon to wstETH supply (base) (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGbz authored Aug 20, 2024
1 parent 4ac261a commit 4df494a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ export const showSuperFestTooltip = (symbol: string, currentMarket: string, side
return (
currentMarket === CustomMarket.proto_base_v3 &&
side === Side.SUPPLY &&
(symbol == 'ETH' || symbol == 'WETH')
(symbol == 'ETH' || symbol == 'WETH' || symbol == 'wstETH')
);
};

1 comment on commit 4df494a

@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.