Skip to content

Commit

Permalink
Switch to VC 2.0 as default validVc.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 1, 2024
1 parent bd8b47b commit 82da910
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/vc-generator/validVc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
export const validVc = {
'@context': ['https://www.w3.org/2018/credentials/v1'],
'@context': ['https://www.w3.org/ns/credentials/v2'],
id: 'urn:uuid:86294362-4254-4f36-854f-3952fe42555d',
type: ['VerifiableCredential'],
issuer: 'did:key:z6MksNZwi2r6Qxjt3MYLrrZ44gs2fauzgv1dk4E372bNVjtc',
issuanceDate: '2020-03-16T22:37:26.544Z',
credentialSubject: {
id: 'did:key:z6MktKwz7Ge1Yxzr4JHavN33wiwa8y81QdcMRLXQsrH9T53b'
id: 'did:key:z6MktKwz7Ge1Yxzr4JHavN33wiwa8y81QdcMRLXQsrH9T53b',
name: 'ExampleClaim'
}
};

0 comments on commit 82da910

Please sign in to comment.