Skip to content

Commit

Permalink
WETH icon for ETH symbol on BSC
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Jul 17, 2024
1 parent 9483777 commit fab28bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Icons/Svg/FT/FTIcons.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const _FT = {
<div key={index}> {getAssetIcons(symbol, bsc.id, false)} </div>
);
})}
<div> {getAssetIcons('ETH', bsc.id, false)} </div>
</div>

<h2 className="text-neutral">Mapping eth token list</h2>
Expand Down
1 change: 1 addition & 0 deletions src/components/Icons/Svg/FT/tokenIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const tokenIcons: { [key: string]: (props: SVGProps) => JSX.Element } = {
DAI: DAI,
USDC: USDC,
WETH: WETH,
ETH: WETH, // On BSC, ETH wrapped token is named ETH
BNB: BNB,
USDT: USDT,
};
Expand Down

0 comments on commit fab28bf

Please sign in to comment.