From 839195144a51948ce4c3b82f2f4cd71549774b05 Mon Sep 17 00:00:00 2001 From: rapybus Date: Sat, 16 May 2026 19:08:28 +0200 Subject: [PATCH] Update bootstrap-peers.json --- bootstrap-peers.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bootstrap-peers.json b/bootstrap-peers.json index 26bad31..4840f1e 100644 --- a/bootstrap-peers.json +++ b/bootstrap-peers.json @@ -1,7 +1,7 @@ { "$comment": "Canonical seed list for the Gitlawb network. Merged with GITLAWB_BOOTSTRAP_PEERS at startup. PRs to add public nodes welcome.", "version": 1, - "updated": "2026-04-29", + "updated": "2026-05-16", "peers": [ { "name": "gitlawb", @@ -10,6 +10,14 @@ "http_url": "https://node.gitlawb.com", "p2p_multiaddr": null, "added": "2026-04-29" + }, + { + "name": "rapybus-gitlawb", + "operator": "RapyBus S.A.C.", + "did": "did:key:z6MktERLyhFpjUyN7dnkf7CYY5RXKJ6BTZiKohoi37YVBS7R", + "http_url": "https://rapybus-gitlawb.com", + "p2p_multiaddr": null, + "added": "2026-05-16" } ] }