diff --git a/components/layout/connectButton/index.tsx b/components/layout/connectButton/index.tsx index 562a04a..ca07536 100644 --- a/components/layout/connectButton/index.tsx +++ b/components/layout/connectButton/index.tsx @@ -193,7 +193,7 @@ const ConnectButton: FC<{ fullWidth?: boolean }> = ({ fullWidth }) => { if (tonAddress && tonWallet) { handleConnectWalletInTonNetwork(tonWallet || TonWallet.TonKeeper); } - }, []); + }, [tonAddress, tonWallet]); useEffect(() => { if (open && oraiAddress) {