Skip to content

Commit

Permalink
Fix broken links on did:3, did:nft, and did:safe.
Browse files Browse the repository at this point in the history
This PR updates multiple DID Methods. The Editors have emailed directly w/ each DID Method controller to ensure that all three methods should be updated.
  • Loading branch information
oed authored Aug 29, 2023
1 parent f5bd852 commit 8a7ae28
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions methods/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "3",
"status": "registered",
"verifiableDataRegistry": "Ceramic Network",
"contactName": "Joel Thorstensson",
"contactEmail": "oed@3box.io",
"contactWebsite": "",
"specification": "https://github.com/ceramicnetwork/CIP/blob/main/CIPs/CIP-79/CIP-79.md"
}
"contactName": "3Box Labs",
"contactEmail": "devs@3box.io",
"contactWebsite": "https://3boxlabs.com/",
"specification": "https://cips.ceramic.network/CIPs/cip-79"
}
10 changes: 5 additions & 5 deletions methods/nft.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "nft",
"status": "registered",
"verifiableDataRegistry": "Ceramic Network",
"contactName": "Joel Thorstensson",
"contactEmail": "oed@3box.io",
"contactWebsite": "",
"specification": "https://github.com/ceramicnetwork/CIP/blob/main/CIPs/CIP-94/CIP-94.md"
}
"contactName": "3Box Labs",
"contactEmail": "devs@3box.io",
"contactWebsite": "https://3boxlabs.com/",
"specification": "https://cips.ceramic.network/CIPs/cip-94"
}
12 changes: 6 additions & 6 deletions methods/safe.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "safe",
"status": "registered",
"verifiableDataRegistry": "Gnosis Safe",
"contactName": "Gnosis Ltd.",
"contactEmail": "[email protected]",
"contactWebsite": "",
"specification": "https://github.com/ceramicnetwork/CIP/blob/main/CIPs/CIP-101/CIP-101.md"
}
"verifiableDataRegistry": "Safe",
"contactName": "Safe Ecosystem Foundation",
"contactEmail": "[email protected]",
"contactWebsite": "https://safe.global",
"specification": "https://cips.ceramic.network/CIPs/cip-101"
}

0 comments on commit 8a7ae28

Please sign in to comment.