From c4ac8e8f41aa3c79ccdf7fea14b98e944f567a23 Mon Sep 17 00:00:00 2001 From: zah Date: Sat, 13 Jan 2024 15:24:09 +0200 Subject: [PATCH] Add dnsdisc (#2788) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 8f51c1f..e05cc8e 100644 --- a/packages.json +++ b/packages.json @@ -7391,6 +7391,20 @@ "license": "Apache License 2.0", "web": "https://github.com/waku-org/nwaku" }, + { + "name": "dnsdisc", + "url": "https://github.com/status-im/nim-dnsdisc", + "method": "git", + "tags": [ + "protocols", + "discovery", + "ethereum", + "dns" + ], + "description": "Nim discovery library supporting EIP-1459", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-dnsdisc" + }, { "name": "drchaos", "url": "https://github.com/status-im/nim-drchaos",