diff --git a/packages/thirdweb/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx b/packages/thirdweb/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx index faf6c43b1d2..9cb245a93a5 100644 --- a/packages/thirdweb/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx +++ b/packages/thirdweb/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx @@ -214,6 +214,7 @@ export const ConnectWalletSocialOptions = ( client: props.client, ecosystem: ecosystemInfo, strategy: "guest" as const, + chain: props.chain, }; const connectPromise = (async () => { const result = await wallet.connect(connectOptions);