Overview

The hideEmbeddedWalletTransactionUIs prop on DynamicContextProvider allows you to skip the signing confirmation UI for embedded wallets. The UI in question looks like this:

Usage

<DynamicContextProvider
  settings={{
    hideEmbeddedWalletTransactionUIs: true,
    ...
  }}

>
    <App />
</DynamicContextProvider>