From f0ffc50fe93580351a859ff974723c07cf02b7fa Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 26 Nov 2024 17:23:36 +0100 Subject: [PATCH] feat: working --- packages/agent/src/invitation/trustedEntities.ts | 3 +-- packages/agent/src/providers/index.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/agent/src/invitation/trustedEntities.ts b/packages/agent/src/invitation/trustedEntities.ts index 0a8e3840..0cd3b226 100644 --- a/packages/agent/src/invitation/trustedEntities.ts +++ b/packages/agent/src/invitation/trustedEntities.ts @@ -1,9 +1,8 @@ -const BASE_URL = 'https://macbook-pro-van-tom.curl-perch.ts.net/siop' +const BASE_URL = 'https://funke.animo.id/siop' export const TRUSTED_ENTITIES = [ `${BASE_URL}/0193687b-0c27-7b82-a686-ff857dc6bbb3`, `${BASE_URL}/0193687f-20d8-720a-9139-ed939ba510fa`, - // To be added `${BASE_URL}/019368ed-3787-7669-b7f4-8c012238e90d`, `${BASE_URL}/01936907-56a3-7007-a61f-44bff8b5d175`, `${BASE_URL}/01936903-8879-733f-8eaf-6f2fa862099c`, diff --git a/packages/agent/src/providers/index.ts b/packages/agent/src/providers/index.ts index fcfa0e24..28c3804e 100644 --- a/packages/agent/src/providers/index.ts +++ b/packages/agent/src/providers/index.ts @@ -7,4 +7,3 @@ export { } from './W3cCredentialsProvider' export { useSdJwtVcRecordById, useSdJwtVcRecords, SdJwtVcRecord, SdJwtVc } from './SdJwtVcsProvider' export { useMdocRecordById, useMdocRecords, Mdoc, MdocRecord } from './MdocProvider' -export { useTrustedEntities } from './TrustedEntitiesProvider'