From f051dc7467fea1ac72b12eca6fa2bb68ee4e851e Mon Sep 17 00:00:00 2001 From: hbrazier01 <59978579+hbrazier01@users.noreply.github.com> Date: Wed, 27 May 2026 12:15:40 -0600 Subject: [PATCH] Add PilotLog to 1AM DApp registry Adds PilotLog, a Midnight-connected aviation logbook DApp for pilots and aircraft history. Currently supports the preview network and integrates with the 1AM Wallet connector. --- registry.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/registry.json b/registry.json index e65e516..344e8c3 100644 --- a/registry.json +++ b/registry.json @@ -118,6 +118,16 @@ "category": "other", "networks": ["preprod"], "new": true + }, + { + "id": "pilotlog", + "name": "PilotLog", + "description": "A verifiable aviation logbook for pilots and aircraft history on Midnight.", + "icon": "https://pilotlog-production.up.railway.app/icon.png", + "url": "https://pilotlog-production.up.railway.app", + "category": "identity", + "networks": ["preprod"], + "new": true } ] }