Skip to content

Commit

Permalink
fix: update coingecko token list logo (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Apr 24, 2024
1 parent a4670a3 commit ab2d4b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/public/CoinGecko.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minor": 3,
"patch": 0
},
"logoURI": "https://www.coingecko.com/assets/thumbnail-007177f3eca19695592f0b8b0eabbdae282b54154e1be912285c9034ea6cbaf2.png",
"logoURI": "https://support.coingecko.com/hc/article_attachments/4499575478169/CoinGecko_logo.png",
"keywords": [
"default",
"list",
Expand Down
4 changes: 2 additions & 2 deletions src/public/GnosisCoingeckoTokensList.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minor": 0,
"patch": 1
},
"logoURI": "https://www.coingecko.com/assets/thumbnail-007177f3eca19695592f0b8b0eabbdae282b54154e1be912285c9034ea6cbaf2.png",
"logoURI": "https://support.coingecko.com/hc/article_attachments/4499575478169/CoinGecko_logo.png",
"keywords": [
"default",
"list",
Expand Down Expand Up @@ -590,4 +590,4 @@
"logoURI": "https://assets.coingecko.com/coins/images/4519/thumb/XYO_Network-logo.png?1696505103"
}
]
}
}
2 changes: 1 addition & 1 deletion src/scripts/coingecko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function buildTokenList(tokens: TokenInfo[], version: { patch: number }): TokenL
version
),
logoURI:
'https://www.coingecko.com/assets/thumbnail-007177f3eca19695592f0b8b0eabbdae282b54154e1be912285c9034ea6cbaf2.png',
'https://support.coingecko.com/hc/article_attachments/4499575478169/CoinGecko_logo.png',
keywords: ['default', 'list', 'coingecko'],
tokens: tokens,
}
Expand Down

0 comments on commit ab2d4b3

Please sign in to comment.