Skip to content

Commit

Permalink
fix prettie
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Nov 27, 2024
1 parent 0f52fec commit 26a45c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1987,18 +1987,18 @@ export const logoOverrides = new Map<string, string>([
// ETHFI ETH
[
"0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb",
"https://assets.coingecko.com/coins/images/35958/large/etherfi.jpeg?1710254562"
"https://assets.coingecko.com/coins/images/35958/large/etherfi.jpeg?1710254562",
],
// ETHFI ARB
[
"0x7189fb5b6504bbff6a852b13b7b82a3c118fdc27",
"https://assets.coingecko.com/coins/images/35958/large/etherfi.jpeg?1710254562"
"https://assets.coingecko.com/coins/images/35958/large/etherfi.jpeg?1710254562",
],
// ETHFI BASE
[
"0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
"https://assets.coingecko.com/coins/images/35958/large/etherfi.jpeg?1710254562"
]
"https://assets.coingecko.com/coins/images/35958/large/etherfi.jpeg?1710254562",
],
]);

export const getHowToAddTokensToWalletUrl = (chainId: ChainId) => {
Expand Down

0 comments on commit 26a45c8

Please sign in to comment.