From 35efaeba0db2240d629f86235b794bf2501769e3 Mon Sep 17 00:00:00 2001 From: Patrick Jaberg Date: Mon, 15 Jul 2024 13:20:23 -0500 Subject: [PATCH] Add did:web entries for Participate Adding entries for both our staging and production systems. --- registry.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/registry.json b/registry.json index 67ebdd6..e17b777 100644 --- a/registry.json +++ b/registry.json @@ -78,6 +78,16 @@ "name": "Digital Trust Test Bench", "location": "Gatineau, Québec, Canada", "url": "https://dtt.dtlab-labcn.app" + }, + "did:web:participate.dev": { + "name": "Participate, Inc (TEST)", + "location": "Chapel Hill, NC, USA", + "url": "https://www.participate.com" + }, + "did:web:participate.community": { + "name": "Participate, Inc", + "location": "Chapel Hill, NC, USA", + "url": "https://www.participate.com" } } }