We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecf33e commit 887fc7dCopy full SHA for 887fc7d
vc-generator/contexts.js
@@ -10,6 +10,11 @@ import didCtx from '@digitalcredentials/did-context';
10
import multikeyCtx from '@digitalbazaar/multikey-context';
11
12
const contextMap = new Map(credentialsContexts);
13
+addContexts({
14
+ contexts: dataIntegrityCtx.contexts,
15
+ map: contextMap
16
+});
17
+
18
//FIXME this really should be done in separate documentLoaders
19
//so that other tests do not get the modified context
20
//FIXME this also should be a structuredClone of the v2 context
0 commit comments