NetworkScopedEvmSmartAccount: Prettify<
    Omit<EvmSmartAccountProperties, "__experimental_useNetwork"> & {
        network: string;
    },
>