ConfigFactoryInputDelegated: {
    account: Readonly<{
        address: string;
        delegatorAddress: string;
        publicKey: string;
    }>;
    env?: NotifiEnvironment;
    storageOption?: NotifiFrontendConfiguration["storageOption"];
    tenantId: string;
    walletBlockchain: NotifiConfigWithDelegate["walletBlockchain"];
}

No longer need to use configFactory, use instantiateFrontendClient instead