We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81c410 commit 09548cfCopy full SHA for 09548cf
templates/connect-multi-chain/utils/index.ts
@@ -2,7 +2,7 @@ import { chains } from 'chain-registry';
2
import { Asset, Chain } from '@chain-registry/types';
3
4
export function getLogo(from: Asset | Chain) {
5
- return from.logo_URIs?.svg || from.logo_URIs?.png || from.logo_URIs?.jpeg;
+ return from.logo_URIs?.svg || from.logo_URIs?.png;
6
}
7
8
export function getChainLogo(name: string) {
0 commit comments