From 9ba94253590bc439f6c6eae1ad9d8855f956ba9f Mon Sep 17 00:00:00 2001 From: ali ebrahimi Date: Tue, 20 Aug 2024 05:18:32 +0330 Subject: [PATCH] Add Qacc to microServices --- src/utils/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/utils.ts b/src/utils/utils.ts index 1d8c328..37d585d 100644 --- a/src/utils/utils.ts +++ b/src/utils/utils.ts @@ -20,6 +20,7 @@ export const MICRO_SERVICES = { givEconomyNotificationMicroService: 'giveconomy-notification-service', trace: 'trace', notifyReward: 'notifyreward', + qacc: 'qacc', }; // Need to define trace, blockchain and miscellaneos events