From ebf3ab84252b71224ca8511460911c1da9bd89e3 Mon Sep 17 00:00:00 2001 From: vishwas1 Date: Wed, 16 Oct 2024 16:14:12 +0530 Subject: [PATCH] updated the service name --- src/supported-service/services/iServiceList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supported-service/services/iServiceList.ts b/src/supported-service/services/iServiceList.ts index ed44e756..86a5aea7 100644 --- a/src/supported-service/services/iServiceList.ts +++ b/src/supported-service/services/iServiceList.ts @@ -36,7 +36,7 @@ export const DASHBOARD_INFO = Object.freeze({ export const QUEST_SERVICE_INFO = Object.freeze({ type: SERVICE_TYPES.QUEST, description: 'Verify on-chain and off-chain tasks of your users', - name: 'QUEST', + name: 'Quest API Service', swaggerAPIDocPath: '/api', baseDomain: 'https://api.eiko.zone', });