We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02430ea commit afed0afCopy full SHA for afed0af
v2/packages/cosmostation/src/index.ts
@@ -1,5 +1,5 @@
1
-import { Asset, AssetList, Chain } from '@chain-registry/v2-types';
2
-import { getGasPriceRangesFromChain } from '@chain-registry/v2-utils';
+import { Asset, AssetList, Chain } from '@chain-registry/types';
+import { getGasPriceRangesFromChain } from '@chain-registry/utils';
3
import { AddChainParams } from '@cosmostation/extension-client/types/message';
4
5
const getRest = (chain: Chain): string => chain.apis?.rest[0]?.address;
0 commit comments