From b14f622571a4e0b3f7f38a01569b4c06f40e6935 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:08:43 -0500 Subject: [PATCH] Update ACA-Py.json New endpoint --- implementations/ACA-Py.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/implementations/ACA-Py.json b/implementations/ACA-Py.json index f9fccb2..3538ea6 100644 --- a/implementations/ACA-Py.json +++ b/implementations/ACA-Py.json @@ -3,15 +3,15 @@ "implementation": "ACA-Py", "verifiers": [ { - "id": "https://aca-py.test-suite.app", - "endpoint": "https://aca-py.test-suite.app/vc/credentials/verify", + "id": "did:key:z6MkkQivZZ25XQRsmF6br5cbRYuQqn18PigKCaLHi8qSF251", + "endpoint": "https://agent.opsec.id/vc/credentials/verify", "tags": ["vc-api"] } ], "issuers": [ { - "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", - "endpoint": "https://aca-py.test-suite.app/vc/credentials/issue", + "id": "did:key:z6MkkQivZZ25XQRsmF6br5cbRYuQqn18PigKCaLHi8qSF251", + "endpoint": "https://agent.opsec.id/vc/credentials/issue", "tags": ["vc-api"] } ]