Skip to content

Commit e845ff0

Browse files
committed
fix(sdk): connect to correct chain with guest account
1 parent 895b4d1 commit e845ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export const ConnectWalletSocialOptions = (
214214
client: props.client,
215215
ecosystem: ecosystemInfo,
216216
strategy: "guest" as const,
217+
chain: props.chain,
217218
};
218219
const connectPromise = (async () => {
219220
const result = await wallet.connect(connectOptions);

0 commit comments

Comments
 (0)