Skip to content

Commit

Permalink
Change default supported vc type to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 13, 2024
1 parent 7b4034e commit 8cdd7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const endpointCheck = ({endpoint, vcVersion, keyType}) => {
const {
supportedEcdsaKeyTypes,
// assume support for vc 1.1
supports = {vc: ['1.1']}
supports = {vc: ['2.0']}
} = endpoint.settings;
// if an issuer does not support the current keyType skip it
const keyTypes = supportedEcdsaKeyTypes || supports?.keyTypes;
Expand Down

0 comments on commit 8cdd7d4

Please sign in to comment.