File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- import { AssetList , Chain , IBCData } from '@chain-registry/v2- types' ;
2- import { getAssetLists } from '@chain-registry/v2- utils' ;
1+ import { AssetList , Chain , IBCData } from '@chain-registry/types' ;
2+ import { getAssetLists } from '@chain-registry/utils' ;
33
44import { ChainRegistryFetcher } from './fetcher' ;
55
Original file line number Diff line number Diff line change 1- import { Asset , AssetList } from '@chain-registry/v2- types' ;
1+ import { Asset , AssetList } from '@chain-registry/types' ;
22import type {
33 CoinGeckoUSDPrice ,
44 Denom ,
55 DenomPriceMap ,
66 Exponent ,
7- } from '@chain-registry/v2- utils' ;
7+ } from '@chain-registry/utils' ;
88import {
99 convertBaseUnitToDisplayUnit ,
1010 convertBaseUnitToDollarValue ,
@@ -22,7 +22,7 @@ import {
2222 getExponentBySymbol ,
2323 getSymbolByDenom ,
2424 mapCoinGeckoPricesToDenoms
25- } from '@chain-registry/v2- utils' ;
25+ } from '@chain-registry/utils' ;
2626
2727import { ChainInfo } from './chain-info' ;
2828
Original file line number Diff line number Diff line change 22 AssetList ,
33 Chain ,
44 IBCData
5- } from '@chain-registry/v2- types' ;
6- import { getAssetLists } from '@chain-registry/v2- utils' ;
5+ } from '@chain-registry/types' ;
6+ import { getAssetLists } from '@chain-registry/utils' ;
77import { basename } from 'bfs-path' ;
88import fetch from 'cross-fetch' ;
99
You can’t perform that action at this time.
0 commit comments