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

No longer need to use configFactory, use instantiateFrontendClient instead