Skip to content

Commit

Permalink
xd
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkao committed Jan 30, 2025
1 parent 6f78bdd commit 409d068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/widget/src/hooks/useCreateCosmosWallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const useCreateCosmosWallets = () => {
const isWC = isWalletConnect(wallet);
const mobile = isMobile();
const walletInfo = getCosmosWalletInfo(wallet);
console.log(wallet, isWC);

Check failure on line 140 in packages/widget/src/hooks/useCreateCosmosWallets.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement
const initialChainIds = (() => {
if (isWC) return walletConnectMainnetChainIdsInitialConnect;
if (wallet === WalletType.OKX) return okxWalletChainIdsInitialConnect;
Expand Down

0 comments on commit 409d068

Please sign in to comment.