From 4a0c49811ddc13bfd74a4154eba2ad1a775c550a Mon Sep 17 00:00:00 2001 From: ndk Date: Thu, 26 Mar 2026 17:12:13 +0100 Subject: [PATCH] Enable telemetry for Bulletin Chain (Westend + Paseo) Set telemetryEndpoints to wss://telemetry.polkadot.io/submit/ (verbosity 0) in Westend Bulletin and Paseo Bulletin chain specs. --- paseo/parachain/bulletin/chainspec.json | 2 +- westend/parachain/bulletin/chainspec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paseo/parachain/bulletin/chainspec.json b/paseo/parachain/bulletin/chainspec.json index f01b8829..223640d9 100644 --- a/paseo/parachain/bulletin/chainspec.json +++ b/paseo/parachain/bulletin/chainspec.json @@ -6,7 +6,7 @@ "/dns/paseo-bulletin-collator-node-0.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWRuKisocQ2Z5hBZagV5YGxJMYuW13xT42sUiUCWf5bRtu", "/dns/paseo-bulletin-collator-node-1.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWSgdX2egCUiXtDUNV6hGh6JrtTb9vQ6iRfFMdnTemQDDp" ], - "telemetryEndpoints": null, + "telemetryEndpoints": [["wss://telemetry.polkadot.io/submit/", 0]], "protocolId": null, "properties": { "tokenDecimals": 10, diff --git a/westend/parachain/bulletin/chainspec.json b/westend/parachain/bulletin/chainspec.json index 773c3ea9..85df9b51 100644 --- a/westend/parachain/bulletin/chainspec.json +++ b/westend/parachain/bulletin/chainspec.json @@ -6,7 +6,7 @@ "/dns/westend-bulletin-collator-node-0.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWSxYQRoTT9rZNZRrjCfG2fPpBwPumkQsxLroTKjX6Mvkw", "/dns/westend-bulletin-collator-node-1.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWSD5tovFkmja9aFYA6QM8eU3mFhZKdAuCsa5MgSsNDmxc" ], - "telemetryEndpoints": null, + "telemetryEndpoints": [["wss://telemetry.polkadot.io/submit/", 0]], "protocolId": null, "properties": { "tokenDecimals": 12,