Skip to content

Commit 1c24f25

Browse files
mondorealejtakalai
andauthored
Typo
Co-authored-by: jtakalai <[email protected]>
1 parent 6fa24d3 commit 1c24f25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/shared/utils/tokenAssets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { getCoingecoNetworkId } from '~/utils/chains'
1+
import { getCoingeckoNetworkId } from '~/utils/chains'
22

33
const BASE_URL = 'https://streamr-public.s3.amazonaws.com/truswallet-assets/blockchains'
44

55
export const getTokenLogoUrl = (
66
tokenContractAddress: string,
77
chainId: number,
88
): string => {
9-
const networkId = getCoingecoNetworkId(chainId)
9+
const networkId = getCoingeckoNetworkId(chainId)
1010

1111
/**
1212
* For more details see:

src/utils/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function getMarketplaceChainConfigs(
198198
return result
199199
}
200200

201-
export function getCoingecoNetworkId(chainIdOrChainKey: ChainKey | number) {
201+
export function getCoingeckoNetworkId(chainIdOrChainKey: ChainKey | number) {
202202
const { config, configExtension } = getChainEntry(getChainKey(chainIdOrChainKey))
203203

204204
return configExtension.coingeckoNetworkId || config.name

0 commit comments

Comments
 (0)