Skip to content

Commit

Permalink
Fix chains
Browse files Browse the repository at this point in the history
  • Loading branch information
twhy committed Dec 8, 2023
1 parent 76c5797 commit 6ae9472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function MyApp({ Component, pageProps }: AppProps) {
return (
<RootLayout>
<ChainProvider
chains={[...chains.filter((c) => c.chain_name == "cosmoshub")]}
chains={chains}
assetLists={[...assets]}
wallets={[
...keplrWallets,
Expand Down

0 comments on commit 6ae9472

Please sign in to comment.