Skip to content

Commit

Permalink
chore: update hardcoded token image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Sep 2, 2024
1 parent 03a1f1b commit 62c17b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion layer/data/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const injErc20Token: TokenStatic = {
decimals: 18,
symbol: 'INJ',
name: 'Injective',
logo: 'https://imagedelivery.net/DYKOWp0iCc0sIkF-2e4dNw/c7b97294-890e-459c-4673-1ca1dea64f00/public',
logo: INJ_LOGO_URL,
coinGeckoId: 'injective-protocol',
denom: IS_TESTNET
? 'peggy0x5512c04B6FF813f3571bDF64A1d74c98B5257332'
Expand Down
8 changes: 4 additions & 4 deletions layer/utils/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import {
export * from './setup'

export const INJ_LOGO_URL =
'https://imagedelivery.net/DYKOWp0iCc0sIkF-2e4dNw/c7b97294-890e-459c-4673-1ca1dea64f00/public'
'https://imagedelivery.net/lPzngbR8EltRfBOi_WYaXw/18984c0b-3e61-431d-241d-dfbb60b57600/public'
export const INJ_LOGO_DARK_URL =
'https://imagedelivery.net/DYKOWp0iCc0sIkF-2e4dNw/8493baf6-e4d3-4ac6-5a3b-afe15b47ae00/public'
'https://imagedelivery.net/lPzngbR8EltRfBOi_WYaXw/60aee853-77a2-40b1-04bd-b4aba9312000/public'
export const USDT_LOGO_URL =
'https://imagedelivery.net/DYKOWp0iCc0sIkF-2e4dNw/2d38ee9a-2df1-4dd0-155b-11404014bc00/public'
'https://imagedelivery.net/lPzngbR8EltRfBOi_WYaXw/a0bd252b-1005-47ef-d209-7c1c4a3cbf00/public'
export const UNKNOWN_LOGO_URL =
'https://imagedelivery.net/DYKOWp0iCc0sIkF-2e4dNw/1fb4f29a-9aed-4349-4e0b-0db6b28e7500/public'
'https://imagedelivery.net/lPzngbR8EltRfBOi_WYaXw/6f015260-c589-499f-b692-a57964af9900/public'

export const INJ_DENOM = 'inj'
export const ETH_DENOM = 'peggy0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
Expand Down

0 comments on commit 62c17b6

Please sign in to comment.