Skip to content

Commit 655930c

Browse files
committed
client
1 parent ba83725 commit 655930c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

v2/packages/client/src/chain-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
import { ChainRegistryFetcher } from './fetcher';
55

v2/packages/client/src/chain-util.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { Asset, AssetList } from '@chain-registry/v2-types';
1+
import { Asset, AssetList } from '@chain-registry/types';
22
import type {
33
CoinGeckoUSDPrice,
44
Denom,
55
DenomPriceMap,
66
Exponent,
7-
} from '@chain-registry/v2-utils';
7+
} from '@chain-registry/utils';
88
import {
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

2727
import { ChainInfo } from './chain-info';
2828

v2/packages/client/src/fetcher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import {
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';
77
import { basename } from 'bfs-path';
88
import fetch from 'cross-fetch';
99

0 commit comments

Comments
 (0)