Skip to content

Commit 4b145d4

Browse files
committed
utils
1 parent afed0af commit 4b145d4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

v2/packages/utils/src/assets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Asset, AssetList, Chain,DenomUnit } from '@chain-registry/v2-types';
1+
import { Asset, AssetList, Chain,DenomUnit } from '@chain-registry/types';
22

33
import { customFind } from './utils';
44

v2/packages/utils/src/calc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AssetList } from '@chain-registry/v2-types';
1+
import { AssetList } from '@chain-registry/types';
22
import BigNumber from 'bignumber.js';
33

44
import {

v2/packages/utils/src/chains.ts

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

33
import { customFind } from './utils';
44

v2/packages/utils/src/ibc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Asset,AssetList, ChannelInfo, IBCData } from '@chain-registry/v2-types';
1+
import { Asset,AssetList, ChannelInfo, IBCData } from '@chain-registry/types';
22
import { sha256 } from 'sha.js';
33

44
import { getNativeAssets } from './utils';

v2/packages/utils/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AssetList } from '@chain-registry/v2-types';
1+
import { AssetList } from '@chain-registry/types';
22

33
export const customFind = <T>(
44
array: T[],

0 commit comments

Comments
 (0)