From 3ffed57b6c733ba38d4b1b461ece91c47790522b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BBuk?= Date: Mon, 15 Jul 2024 11:42:10 +0200 Subject: [PATCH] Add telemetry to chain specs --- substrate/specs/bastiat.json | 7 ++++++- substrate/specs/bastiat.raw.json | 7 ++++++- substrate/specs/mainnet.json | 7 ++++++- substrate/specs/mainnet.raw.json | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/substrate/specs/bastiat.json b/substrate/specs/bastiat.json index e6e66a6de..0013a9adf 100644 --- a/substrate/specs/bastiat.json +++ b/substrate/specs/bastiat.json @@ -7,7 +7,12 @@ "/dns/bootnode-2.testchain.liberland.org/tcp/30333/p2p/12D3KooWNUFT7agTugfRJMbVp22Y5MHpUvnjZU6n6rVH1ovHhGxm", "/dns/bootnode-3.testchain.liberland.org/tcp/30333/p2p/12D3KooWBVTvE4yx6WnGCAkBEMxLMDiHbgyh3WKFcBeyhrvJMT3k" ], - "telemetryEndpoints": null, + "telemetryEndpoints": [ + [ + "wss://telemetry.polkadot.io/submit/", + 1 + ] + ], "protocolId": null, "properties": { "displayName": "Bastiat", diff --git a/substrate/specs/bastiat.raw.json b/substrate/specs/bastiat.raw.json index ea586b2b8..acc9f56e6 100644 --- a/substrate/specs/bastiat.raw.json +++ b/substrate/specs/bastiat.raw.json @@ -7,7 +7,12 @@ "/dns/bootnode-2.testchain.liberland.org/tcp/30333/p2p/12D3KooWNUFT7agTugfRJMbVp22Y5MHpUvnjZU6n6rVH1ovHhGxm", "/dns/bootnode-3.testchain.liberland.org/tcp/30333/p2p/12D3KooWBVTvE4yx6WnGCAkBEMxLMDiHbgyh3WKFcBeyhrvJMT3k" ], - "telemetryEndpoints": null, + "telemetryEndpoints": [ + [ + "wss://telemetry.polkadot.io/submit/", + 1 + ] + ], "protocolId": null, "properties": { "displayName": "Bastiat", diff --git a/substrate/specs/mainnet.json b/substrate/specs/mainnet.json index fb00db064..881780629 100644 --- a/substrate/specs/mainnet.json +++ b/substrate/specs/mainnet.json @@ -7,7 +7,12 @@ "/dns/bootnode-2.mainnet.liberland.org/tcp/30333/p2p/12D3KooWLyiY3xdj2vJepd6rwLqJXReH4P5s7qtQKVRGbuWWymxY", "/dns/bootnode-3.mainnet.liberland.org/tcp/30333/p2p/12D3KooWFkFW6LwWHf8FwvbbT1D5yukto12GX5z5QUmB5eXXn5Bn" ], - "telemetryEndpoints": null, + "telemetryEndpoints": [ + [ + "wss://telemetry.polkadot.io/submit/", + 1 + ] + ], "protocolId": null, "properties": { "displayName": "Liberland", diff --git a/substrate/specs/mainnet.raw.json b/substrate/specs/mainnet.raw.json index 96a96f1a6..5d0f0d299 100644 --- a/substrate/specs/mainnet.raw.json +++ b/substrate/specs/mainnet.raw.json @@ -7,7 +7,12 @@ "/dns/bootnode-2.mainnet.liberland.org/tcp/30333/p2p/12D3KooWLyiY3xdj2vJepd6rwLqJXReH4P5s7qtQKVRGbuWWymxY", "/dns/bootnode-3.mainnet.liberland.org/tcp/30333/p2p/12D3KooWFkFW6LwWHf8FwvbbT1D5yukto12GX5z5QUmB5eXXn5Bn" ], - "telemetryEndpoints": null, + "telemetryEndpoints": [ + [ + "wss://telemetry.polkadot.io/submit/", + 1 + ] + ], "protocolId": null, "properties": { "displayName": "Liberland",