Skip to content

Commit 09548cf

Browse files
committed
fix type errors
1 parent a81c410 commit 09548cf

File tree

1 file changed

+1
-1
lines changed
  • templates/connect-multi-chain/utils

1 file changed

+1
-1
lines changed

templates/connect-multi-chain/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { chains } from 'chain-registry';
22
import { Asset, Chain } from '@chain-registry/types';
33

44
export function getLogo(from: Asset | Chain) {
5-
return from.logo_URIs?.svg || from.logo_URIs?.png || from.logo_URIs?.jpeg;
5+
return from.logo_URIs?.svg || from.logo_URIs?.png;
66
}
77

88
export function getChainLogo(name: string) {

0 commit comments

Comments
 (0)