• Wrap the window.ethereum with the Sapphire encryption layer. Used to provide encrypted transactions and calldata to Wagmi browser dApps.

       import { injectedWithSapphire } from '@oasisprotocol/sapphire-wagmi-v2';

    export const config = createConfig({
    connectors: [
    injectedWithSapphire()
    ],
    ...
    });

    Returns ReturnType<typeof injected>

    Same as injected()