Skip to content

Commit

Permalink
Update useCreateCosmosWallets.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkao committed Feb 25, 2025
1 parent a7c2728 commit 6a56ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/hooks/useCreateCosmosWallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const getInitialChainIds = (wallet: WalletType) => {
const isWC = isWalletConnect(wallet);
const mobile = isMobile();

if (isWC) return walletConnectMainnetChainIdsInitialConnect;
if (isWC) return keplrMainnetChainIdsInitialConnect.filter((chainId) => chainId !== "wormchain");

switch (wallet) {
case WalletType.OKX:
Expand Down

0 comments on commit 6a56ff0

Please sign in to comment.