Skip to content

Commit

Permalink
fix ETH_TOKEN_LOGO_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs committed Jan 19, 2024
1 parent 617d49b commit 776bcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const GAS_PRICE_INCREASE_PERCENTAGE = 50; // 50%
export const DEPOSIT_CHECK_WORD = "I understand";

export const ETH_TOKEN_LOGO_URI =
"https://raw.githubusercontent.com/Uniswap/interface/main/src/assets/images/ethereum-logo.png";
"https://raw.githubusercontent.com/Uniswap/interface/main/packages/ui/src/assets/logos/png/ethereum-logo.png";

export const POLYGON_SUPPORT_URL = "https://support.polygon.technology";

Expand Down

0 comments on commit 776bcb2

Please sign in to comment.