Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
replace trustwallet assets repo w/ our fork (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt authored Jun 28, 2021
1 parent 8a7f1d5 commit 50c7d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CurrencyLogo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { WrappedTokenInfo } from '../../state/lists/wrappedTokenInfo'
import Logo from '../Logo'

export const getTokenLogoURL = (address: string) =>
`https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/${address}/logo.png`
`https://raw.githubusercontent.com/uniswap/assets/master/blockchains/ethereum/assets/${address}/logo.png`

const StyledEthereumLogo = styled.img<{ size: string }>`
width: ${({ size }) => size};
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useColor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function getColorFromToken(token: Token): Promise<string | null> {
return Promise.resolve('#FAAB14')
}

const path = `https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/${token.address}/logo.png`
const path = `https://raw.githubusercontent.com/uniswap/assets/master/blockchains/ethereum/assets/${token.address}/logo.png`

return Vibrant.from(path)
.getPalette()
Expand Down

0 comments on commit 50c7d36

Please sign in to comment.