Skip to content

Commit 63d8db3

Browse files
committed
replaced @chain-registry/v2 with chain-registry v2.0
1 parent 3f6e72d commit 63d8db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/hyperweb/ui/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import "../styles/globals.css";
22
import "@interchain-ui/react/styles";
33

4-
import { assetLists, chains } from "@chain-registry/v2";
54
import { keplrWallet } from "@interchain-kit/keplr-extension";
65
import { leapWallet } from "@interchain-kit/leap-extension";
76
import { ChainProvider } from "@interchain-kit/react";
@@ -11,6 +10,7 @@ import {
1110
useColorModeValue,
1211
useTheme,
1312
} from "@interchain-ui/react";
13+
import { assetLists, chains } from "chain-registry";
1414
import type { AppProps } from "next/app";
1515

1616
const chain = chains.find((chain) => chain.chainName === "cosmoshub")!;

0 commit comments

Comments
 (0)