We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c420c0 commit 9fec4ccCopy full SHA for 9fec4cc
packages/thirdweb/src/react/core/hooks/connection/ConnectButtonProps.ts
@@ -77,6 +77,9 @@ export type PayUIOptions = Prettify<
77
buyWithCrypto?:
78
| false
79
| {
80
+ /**
81
+ * @deprecated
82
+ */
83
testMode?: boolean;
84
prefillSource?: {
85
chain: Chain;
@@ -95,6 +98,9 @@ export type PayUIOptions = Prettify<
95
98
*/
96
99
buyWithFiat?:
97
100
101
102
103
104
105
106
currency?: CurrencyMeta["shorthand"];
0 commit comments