Skip to content

Commit 2dab506

Browse files
chore: adjust preferredProvider passed to the quote to ensure we only quote for coinbase if there isnt a preferred provider or supported provider passed down
1 parent 0c5260c commit 2dab506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export function FiatScreenContent(props: {
111111
purchaseData: props.payOptions.purchaseData,
112112
fromAddress: payer.account.address,
113113
paymentLinkId: paymentLinkId,
114-
preferredProvider: preferredProvider ?? "COINBASE",
114+
preferredProvider: preferredProvider ?? supportedProviders[0],
115115
}
116116
: undefined,
117117
);

0 commit comments

Comments
 (0)