function createCDPEmbeddedWalletConnector(parameters: { cdpConfig: Config; providerConfig: CDPEmbeddedWalletConfig;}): CreateConnectorFn<unknown>;
Creates a wagmi-compatible connector that wraps our EIP1193 provider.
Some internals referenced from https://github.com/wevm/wagmi/blob/main/packages/connectors/src/coinbaseWallet.ts
In order to connect a CDP wallet the user must first sign in via our hooks or prebuilt SignIn component.
The connector will automatically emit the connect event when the user is connected.