Enable Test Mode

Developers can turn on Buy With Fiat Test Mode to test fiat-to-crypto transactions through our onramp providers.

<ConnectButton
client={client}
detailsModal={{
payOptions: {
buyWithFiat: {
testMode: true, // defaults to false
},
},
}}
/>;