diff --git a/src/app/pool/page.tsx b/src/app/pool/page.tsx index 5dc4107..d8be2c8 100644 --- a/src/app/pool/page.tsx +++ b/src/app/pool/page.tsx @@ -37,8 +37,6 @@ function PoolPage() { const needSwitch = currentId && chainId && currentId !== chainId; - console.log("needSwitch", needSwitch, currentId, chainId, chain); - useMemo(() => { if (!chainId || !currentId || !chain) return; switchChain({ chainId: chain }); diff --git a/src/app/pools/page.tsx b/src/app/pools/page.tsx index 723723f..4439f84 100644 --- a/src/app/pools/page.tsx +++ b/src/app/pools/page.tsx @@ -144,13 +144,15 @@ const PoolsPage = () => {