The hideEmbeddedWalletTransactionUIs prop on DynamicContextProvider allows you to skip the signing confirmation UI for embedded wallets. The UI in question looks like this:
hideEmbeddedWalletTransactionUIs
DynamicContextProvider
<DynamicContextProvider settings={{ hideEmbeddedWalletTransactionUIs: true, ... }} > <App /> </DynamicContextProvider>
Was this page helpful?