Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 1015739

Browse files
committed
takes token images from https://tokens.1inch.exchange
1 parent 7f3932d commit 1015739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CurrencyLogo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const getTokenLogoURL = address =>
88
`https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/${address}/logo.png`
99

1010
const getTokenLogoURL1inch = address =>
11-
`https://1inch.exchange/assets/tokens/${address.toLowerCase()}.png`
11+
`https://tokens.1inch.exchange/${address.toLowerCase()}.png`
1212

1313
const BAD_URIS: { [tokenAddress: string]: true } = {}
1414
const FALLBACK_URIS: { [tokenAddress: string]: string } = {}

0 commit comments

Comments
 (0)