From 1190a3d272b7d9e300e1b5a4fb84d1be7716974d Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 14 Aug 2025 16:18:24 -0400 Subject: [PATCH] Add new `did-resolution` tab to DanubeTech. --- implementations/DanubeTech.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/DanubeTech.json b/implementations/DanubeTech.json index 573d9b7..8390fd6 100644 --- a/implementations/DanubeTech.json +++ b/implementations/DanubeTech.json @@ -24,6 +24,6 @@ "didResolvers": [{ "id": "", "endpoint": "https://dev.uniresolver.io/1.0/identifiers", - "tags": ["did-key"] + "tags": ["did-key", "did-resolution"] }] }