File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
packages/did/src/DidDocumentExporter Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,22 @@ export const DID_CONTEXTS = {
4848 } ,
4949 ] ,
5050 } ,
51+ [ ASSET_DID_CONTEXT_URL ] : {
52+ '@context' : {
53+ '@protected' : true ,
54+ id : '@id' ,
55+ chain :
56+ 'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md' ,
57+ namespace :
58+ 'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md' ,
59+ reference :
60+ 'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md' ,
61+ asset :
62+ 'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md' ,
63+ identifier :
64+ 'https://github.com/KILTprotocol/spec-asset-did/blob/43457f9d1119bff1c3152e368ddd4e3bdb9558cb/README.md' ,
65+ } ,
66+ } ,
5167 [ W3C_DID_CONTEXT_URL ] : {
5268 '@context' : {
5369 '@protected' : true ,
You can’t perform that action at this time.
0 commit comments