From bcab9eefa9bf57961fec53e89bb6c3976deeb481 Mon Sep 17 00:00:00 2001 From: zenfyr Date: Thu, 20 Nov 2025 10:53:31 +0700 Subject: [PATCH] Update did.json --- _includes/other/.well-known/did.json | 48 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/_includes/other/.well-known/did.json b/_includes/other/.well-known/did.json index 931e2d7..21c2f47 100644 --- a/_includes/other/.well-known/did.json +++ b/_includes/other/.well-known/did.json @@ -1,26 +1,26 @@ { - "@context": [ - "https://www.w3.org/ns/did/v1", - "https://w3id.org/security/multikey/v1", - "https://w3id.org/security/suites/secp256k1-2019/v1" - ], - "id": "did:web:synth.download", - "alsoKnownAs": [ - "at://synth.download" - ], - "verificationMethod": [ - { - "id": "did:web:synth.download#atproto", - "type": "Multikey", - "controller": "did:web:synth.download", - "publicKeyMultibase": "zQ3shbp4LY2HNnhzHyZF3zswZjux2TMoSXiyNWfr7SxCAdD9k" - } - ], - "service": [ - { - "id": "#atproto_pds", - "type": "AtprotoPersonalDataServer", - "serviceEndpoint": "https://pds.synth.download" - } - ] + "@context": [ + "https://www.w3.org/ns/did/v1", + "https://w3id.org/security/multikey/v1", + "https://w3id.org/security/suites/secp256k1-2019/v1" + ], + "id": "did:web:synth.download", + "alsoKnownAs": [ + "at://synth.download" + ], + "verificationMethod": [ + { + "id": "did:web:synth.download#atproto", + "type": "Multikey", + "controller": "did:web:synth.download", + "publicKeyMultibase": "zQ3shgUUjoFKVkjorh87ZTQyZSkcTumBfyBkzoPub69a34tij" + } + ], + "service": [ + { + "id": "#atproto_pds", + "type": "AtprotoPersonalDataServer", + "serviceEndpoint": "https://pds.synth.download" + } + ] }