Skip to content

Commit 2aa84db

Browse files
committed
add single, valid supported did to danubetech resolver implementation definition
1 parent ca67d41 commit 2aa84db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

implementations/DanubeTech.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"didResolvers": [{
2525
"id": "",
2626
"endpoint": "https://dev.uniresolver.io/1.0/identifiers",
27-
"tags": ["did-key", "did-resolution"]
27+
"tags": ["did-key", "did-resolution"],
28+
"supportedDids": {
29+
"valid": ["did:btc1:k1qypcylxwhf8sykn2dztm6z8lxm43kwkyzf07qmp9jafv3zfntmpwtks9hmnrw"]
30+
}
2831
}]
2932
}

0 commit comments

Comments
 (0)