Skip to content

Commit

Permalink
Update did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavighule authored Jan 17, 2024
1 parent e0572d9 commit c9d5f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .well-known/did.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"didDocument": {
"@context": [
"https://w3id.org/did/v1",
"https://w3id.org/security/bbs/v1"
"https://w3id.org/security/suites/ed25519-2018/v1"
],
"id": "did:web:pallavighule.github.io",
"verificationMethod": [
{
"id": "did:web:pallavighule.github.io#key-1",
"type": "Bls12381G2Key2020",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:pallavighule.github.io",
"publicKeyBase58": "23AtdS1zTsaBQg5vWpvV3og7eC3JBGPPDK38YPXdynfGeQD49i7HZ8RQKmiHaSQNgsnRQu19xx5CrtVHMSN3jVCcQyG2KAYwkqaLcMsE4wMjVRreeEDsxrg1KfYuMmrMgPDo"
"publicKeyBase58": "83VucymDMaJMGrFyrbcQ6snRRh4J29HQUe5zwjwygJGp"
}
],
"authentication": [
Expand Down

0 comments on commit c9d5f66

Please sign in to comment.