Skip to content

Commit

Permalink
feat: update cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Feb 16, 2024
1 parent 4d43dc9 commit 35b2b2e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
Binary file modified public/favicons/favicon-dot.ico
Binary file not shown.
8 changes: 3 additions & 5 deletions public/images/logo-round.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions public/images/logo-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/networks/evmos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const ChainLogos = {
[chains.arb1]: '/images/networks/arb.svg',
[chains.avax]: '/images/networks/avax.svg',
[chains.sep]: '/images/networks/sep.png',
[chains.evmos]: '/images/networks/evmos.png',
[chains['evmos-testnet']]: '/images/networks/evmos.png',
}

export const getChainLogo = (chainId: string) => {
Expand Down

0 comments on commit 35b2b2e

Please sign in to comment.