Skip to content

Commit

Permalink
Add: AppContext better wallet auto chain change debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig authored and jakubcolony committed Feb 5, 2025
1 parent 6a33bed commit eab5ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/context/AppContext/AppContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ const AppContextProvider = ({ children }: { children: ReactNode }) => {
);
debugLogging(
'WALLET AUTOMATICALLY SWITCHED NETWORK',
currentPrimaryWalletChainId,
parseInt(DEFAULT_NETWORK_INFO.chainId, 10),
);
}
Expand Down

0 comments on commit eab5ae8

Please sign in to comment.