From 46dee22b353b4cf9c140d58bd4d77acd8d4f8874 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Tue, 12 Dec 2023 10:51:10 +0100 Subject: [PATCH] add gesell01 bootnode --- gesellv5SpecRaw.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gesellv5SpecRaw.json b/gesellv5SpecRaw.json index 67da0bd5..b6fa009a 100644 --- a/gesellv5SpecRaw.json +++ b/gesellv5SpecRaw.json @@ -2,7 +2,9 @@ "name": "Encointer Testnet Gesell", "id": "nctr-gsl", "chainType": "Live", - "bootNodes": [], + "bootNodes": [ + "/ip4/159.89.4.42/tcp/30333/p2p/12D3KooWCsPwMxsg7b2GRjRoBZBcuvwoU1XTGNaMYP8d8RPfUYeL" + ], "telemetryEndpoints": null, "protocolId": "nctr-gsl", "properties": { @@ -74,4 +76,4 @@ "childrenDefault": {} } } -} \ No newline at end of file +}