Skip to content

Commit 0a889e5

Browse files
committed
Change default supported vc type to 2.0.
1 parent befb9e9 commit 0a889e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const endpointCheck = ({endpoint, vcVersion, keyType}) => {
9292
const {
9393
supportedEcdsaKeyTypes,
9494
// assume support for vc 1.1
95-
supports = {vc: ['1.1']}
95+
supports = {vc: ['2.0']}
9696
} = endpoint.settings;
9797
// if an issuer does not support the current keyType skip it
9898
const keyTypes = supportedEcdsaKeyTypes || supports?.keyTypes;

0 commit comments

Comments
 (0)