Skip to content

Commit

Permalink
chore: update agant template files
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyen-hl committed Sep 10, 2024
1 parent 527b2e4 commit 9db0212
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/cli/default/agent.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ server:
- - $require: '@vckit/remote-server?t=function#WebDidDocRouter'
$args:
- keyMapping:
Ed25519: Multikey # Ed25519VerificationKey2020 | JsonWebKey2020 | Multikey
Ed25519: JsonWebKey2020 # Ed25519VerificationKey2020 | JsonWebKey2020 | Multikey

# VC API v1
- - /v1
Expand Down Expand Up @@ -389,7 +389,7 @@ credentialIssuerLD:
- suites:
# - $require: '@veramo/credential-ld#VeramoEd25519Signature2018'
# - $require: '@veramo/credential-ld#VeramoEd25519Signature2020'
# - $require: '@veramo/credential-ld#VeramoJsonWebSignature2020'
- $require: '@veramo/credential-ld#VeramoJsonWebSignature2020'
# - $require: '@veramo/credential-ld#VeramoEcdsaSecp256k1RecoverySignature2020'
- $require: '@vckit/credential-data-integrity#VCkitEddsaRdfc2022'
contextMaps:
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/default/default-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ server:
- - $require: '@vckit/remote-server?t=function#WebDidDocRouter'
$args:
- keyMapping:
Ed25519: Multikey # Ed25519VerificationKey2020 | JsonWebKey2020 | Multikey
Ed25519: JsonWebKey2020 # Ed25519VerificationKey2020 | JsonWebKey2020 | Multikey

# VC API v1
- - /v1
Expand Down Expand Up @@ -363,7 +363,7 @@ credentialIssuerLD:
- suites:
# - $require: '@veramo/credential-ld#VeramoEd25519Signature2018'
# - $require: '@veramo/credential-ld#VeramoEd25519Signature2020'
# - $require: '@veramo/credential-ld#VeramoJsonWebSignature2020'
- $require: '@veramo/credential-ld#VeramoJsonWebSignature2020'
# - $require: '@veramo/credential-ld#VeramoEcdsaSecp256k1RecoverySignature2020'
- $require: '@vckit/credential-data-integrity#VCkitEddsaRdfc2022'
contextMaps:
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/default/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ server:
- - $require: '@vckit/remote-server?t=function#WebDidDocRouter'
$args:
- keyMapping:
Ed25519: Multikey # Ed25519VerificationKey2020 | JsonWebKey2020 | Multikey
Ed25519: JsonWebKey2020 # Ed25519VerificationKey2020 | JsonWebKey2020 | Multikey

# VC API v1
- - /v1
Expand Down Expand Up @@ -363,7 +363,7 @@ credentialIssuerLD:
- suites:
# - $require: '@veramo/credential-ld#VeramoEd25519Signature2018'
# - $require: '@veramo/credential-ld#VeramoEd25519Signature2020'
# - $require: '@veramo/credential-ld#VeramoJsonWebSignature2020'
- $require: '@veramo/credential-ld#VeramoJsonWebSignature2020'
# - $require: '@veramo/credential-ld#VeramoEcdsaSecp256k1RecoverySignature2020'
- $require: '@vckit/credential-data-integrity#VCkitEddsaRdfc2022'
contextMaps:
Expand Down

0 comments on commit 9db0212

Please sign in to comment.