Skip to content

Commit

Permalink
Update test/mock-data.js revert to EcdsaSecp256r1VerificationKey2019.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 authored Jul 7, 2024
1 parent 1e2dbce commit 28c76f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mock-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const mockKey = {
};

export const mockKeyEcdsaSecp256 = {
type: 'Multikey',
type: 'EcdsaSecp256r1VerificationKey2019',
controller: 'did:example:1234',
publicKeyMultibase: 'zDnaeSMnptAKpH4AD41vTkwzjznW7yNetdRh9FJn8bJsbsdbw',
secretKeyMultibase: 'z42twirSb1PULt5Sg6gjgNMsdiLycu6fbA83aX1vVb8e3ncP'
Expand Down

0 comments on commit 28c76f3

Please sign in to comment.