From e35ee3282cf63799bdf51c75d6854b4fc6431726 Mon Sep 17 00:00:00 2001 From: Tony Klink Date: Mon, 26 Feb 2024 22:03:45 -0600 Subject: [PATCH] Add pubkey --- src/utils/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/config.rs b/src/utils/config.rs index ea25463..707dc7e 100644 --- a/src/utils/config.rs +++ b/src/utils/config.rs @@ -59,6 +59,7 @@ impl Config { serde_json::json!({ "contact": "klink@zhitno.st", "name": "zhitno.st", + "pubkey": "87f83091b4dee616b3ee0d6eee658f4678c8422c8cfe6d449e0fd1c7bdd2f4f4", "description": "Very *special* nostr relay", "supported_nips": [ 1, 2, 4, 9, 11, 12, 15, 16, 20, 22, 28, 33, 40, 42, 45, 50 ], "software": "git+https://git.zhitno.st/Klink/sneedstr.git",