File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { getCoingecoNetworkId } from '~/utils/chains'
1+ import { getCoingeckoNetworkId } from '~/utils/chains'
22
33const BASE_URL = 'https://streamr-public.s3.amazonaws.com/truswallet-assets/blockchains'
44
55export 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:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments