From 52d1c5877746fc122ed8251e28ee2309689e758e Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Tue, 19 Dec 2023 00:49:40 -0500 Subject: [PATCH] Add `vcHolder` to DB implementations. --- implementations/DigitalBazaar.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/implementations/DigitalBazaar.json b/implementations/DigitalBazaar.json index ac15772..a8660e1 100644 --- a/implementations/DigitalBazaar.json +++ b/implementations/DigitalBazaar.json @@ -83,5 +83,10 @@ "id": "", "endpoint": "https://qa.veresresolver.dev/1.0/identifiers/resolve", "tags": ["did-key"] + }], + "vcHolders": [{ + "id": "https://vcholder.vcplayground.org", + "endpoint": "https://vcholder.vcplayground.org/derive", + "tags": ["vcHolder"] }] }