ConfigFactoryInputPublicKey: {
    account: Readonly<{
        publicKey: string;
    }>;
    env?: NotifiEnvironment;
    storageOption?: NotifiFrontendConfiguration["storageOption"];
    tenantId: string;
    walletBlockchain: NotifiConfigWithPublicKey["walletBlockchain"];
}

No longer need to use configFactory, use instantiateFrontendClient instead