From 263903ecb31cc2b34dcb71a333f9fc06d417b684 Mon Sep 17 00:00:00 2001 From: Naren Mudigal Date: Mon, 11 May 2026 11:00:02 +0200 Subject: [PATCH] Move Bulletin Chain to Polkadot system parachains (paraId 1010) Reference: https://github.com/polkadot-js/apps/pull/12274 --- src/state/chains/networks/polkadot.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/state/chains/networks/polkadot.json b/src/state/chains/networks/polkadot.json index f093d8b..2fb9160 100644 --- a/src/state/chains/networks/polkadot.json +++ b/src/state/chains/networks/polkadot.json @@ -131,6 +131,23 @@ }, "hasChainSpecs": true }, + { + "id": "polkadot_bulletin", + "display": "Bulletin", + "rpcs": { + "Parity": "wss://polkadot-bulletin-rpc.polkadot.io" + }, + "relayChainInfo": { + "id": "polkadot", + "isSystem": true, + "parachain": 1010 + }, + "nativeToken": { + "symbol": "DOT", + "decimals": 10 + }, + "hasChainSpecs": true + }, { "id": "acala", "display": "Acala",