Skip to content

Commit

Permalink
Update GrottoNetworking.json
Browse files Browse the repository at this point in the history
Replace localhost with correct URL.
  • Loading branch information
Wind4Greg authored and BigBlueHat committed Aug 12, 2024
1 parent f678e6e commit 5ccf95d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions implementations/GrottoNetworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
{
"id": "did:key:z6MktgKTsu1QhX6QPbyqG6geXdw6FQCZBPq7uQpieWbiQiG7",
"endpoint": "http://localhost:5150/EdDSA-JCS/credentials/issue",
"endpoint": "https://ecdsa-sd.grotto-networking.com/EdDSA-JCS/credentials/issue",
"tags": ["eddsa-jcs-2022"],
},
{
"id": "did:key:zDnaepBuvsQ8cpsWrVKw8fbpGpvPeNSjVPTWoq6cRqaYzBKVP",
"endpoint": "http://localhost:5150/ECDSA-JCS/credentials/issue",
"endpoint": "https://ecdsa-sd.grotto-networking.com/ECDSA-JCS/credentials/issue",
"tags": ["ecdsa-jcs-2019"],
"supportedEcdsaKeyTypes": ["P-256"]
}
Expand All @@ -37,12 +37,12 @@
},
{
"id": "https://vcverifier.grotto-networking.com/test",
"endpoint": "http://localhost:5150/EdDSA-JCS/credentials/verify",
"endpoint": "https://ecdsa-sd.grotto-networking.com/EdDSA-JCS/credentials/verify",
"tags": ["eddsa-jcs-2022"]
},
{
"id": "https://vcverifier.grotto-networking.com/test",
"endpoint": "http://localhost:5150/ECDSA-JCS/credentials/verify",
"endpoint": "https://ecdsa-sd.grotto-networking.com/ECDSA-JCS/credentials/verify",
"tags": ["ecdsa-jcs-2019"],
"supportedEcdsaKeyTypes": ["P-256"]
}
Expand Down

0 comments on commit 5ccf95d

Please sign in to comment.