diff --git a/src/App.tsx b/src/App.tsx index 2b88818..f42f7ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -913,8 +913,6 @@ And that has made all the difference. const switchToChainId = async (targetChainId: number) => { try { resetConsole() - const chainIdBefore = await wallet.getChainId() - addNewConsoleLine(`Chain id before switching networks: ${chainIdBefore}`, { logMessage: true }) addNewConsoleLine(`Attempting to connect to chain #${targetChainId}`, { logMessage: true }) const provider = wallet.getProvider()!