diff --git a/packages/thirdweb/src/react/core/hooks/connection/ConnectButtonProps.ts b/packages/thirdweb/src/react/core/hooks/connection/ConnectButtonProps.ts index 56f70df16ca..64ee4c2ccf1 100644 --- a/packages/thirdweb/src/react/core/hooks/connection/ConnectButtonProps.ts +++ b/packages/thirdweb/src/react/core/hooks/connection/ConnectButtonProps.ts @@ -77,6 +77,9 @@ export type PayUIOptions = Prettify< buyWithCrypto?: | false | { + /** + * @deprecated + */ testMode?: boolean; prefillSource?: { chain: Chain; @@ -95,6 +98,9 @@ export type PayUIOptions = Prettify< */ buyWithFiat?: | { + /** + * @deprecated + */ testMode?: boolean; prefillSource?: { currency?: CurrencyMeta["shorthand"];