From eab5ae8673d65317219b8f4bb52b122d8f013369 Mon Sep 17 00:00:00 2001 From: Raul Glogovetan Date: Mon, 3 Feb 2025 23:49:32 +0200 Subject: [PATCH] Add: `AppContext` better wallet auto chain change debug log --- src/context/AppContext/AppContextProvider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context/AppContext/AppContextProvider.tsx b/src/context/AppContext/AppContextProvider.tsx index 474940b853..119c40f034 100644 --- a/src/context/AppContext/AppContextProvider.tsx +++ b/src/context/AppContext/AppContextProvider.tsx @@ -262,6 +262,7 @@ const AppContextProvider = ({ children }: { children: ReactNode }) => { ); debugLogging( 'WALLET AUTOMATICALLY SWITCHED NETWORK', + currentPrimaryWalletChainId, parseInt(DEFAULT_NETWORK_INFO.chainId, 10), ); }