From cac85ff68c6ca3623908e049f697eaebc18fc531 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Tue, 14 Jun 2022 13:06:05 +0200 Subject: [PATCH] feat(telemetry): add default telemetry endpoint for gdev network --- node/specs/gdev-raw.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/node/specs/gdev-raw.json b/node/specs/gdev-raw.json index bb88181e5..7c2faa479 100644 --- a/node/specs/gdev-raw.json +++ b/node/specs/gdev-raw.json @@ -400,5 +400,10 @@ "tokenSymbol": "ÄžD" }, "protocolId": null, - "telemetryEndpoints": null + "telemetryEndpoints": [ + [ + "wss://telemetry.polkadot.io/submit/", + 0 + ] + ] } -- GitLab