From 6a56ff02591b6deb4b5801fec5f1c167888825b7 Mon Sep 17 00:00:00 2001 From: Todd Kao Date: Tue, 25 Feb 2025 16:18:54 -0500 Subject: [PATCH] Update useCreateCosmosWallets.tsx --- packages/widget/src/hooks/useCreateCosmosWallets.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/widget/src/hooks/useCreateCosmosWallets.tsx b/packages/widget/src/hooks/useCreateCosmosWallets.tsx index a488ed75b..6403cb6f3 100644 --- a/packages/widget/src/hooks/useCreateCosmosWallets.tsx +++ b/packages/widget/src/hooks/useCreateCosmosWallets.tsx @@ -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: