Skip to content

Commit

Permalink
feat: working
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld committed Nov 26, 2024
1 parent f197a17 commit f0ffc50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/agent/src/invitation/trustedEntities.ts
Original file line number Diff line number Diff line change
@@ -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`,
Expand Down
1 change: 0 additions & 1 deletion packages/agent/src/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f0ffc50

Please sign in to comment.