Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
client: props.client,
ecosystem: ecosystemInfo,
strategy: "guest" as const,
chain: props.chain,

Check warning on line 217 in packages/thirdweb/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx

View check run for this annotation

Codecov / codecov/patch

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

Added line #L217 was not covered by tests
};
const connectPromise = (async () => {
const result = await wallet.connect(connectOptions);
Expand Down
Loading