Skip to content

Commit 1d52545

Browse files
[stable2509] Backport #9936 (#9946)
Backport #9936 into `stable2509` from tdimitrov. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Tsvetomir Dimitrov <[email protected]>
1 parent 09c511c commit 1d52545

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

polkadot/cli/src/command.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn get_invulnerable_ah_collators(
5050
chain_spec: &Box<dyn polkadot_service::ChainSpec>,
5151
) -> HashSet<PeerId> {
5252
// A default set of invulnerable asset hub collators
53-
const KUSAMA: [&str; 8] = [
53+
const KUSAMA: [&str; 11] = [
5454
"12D3KooWHNEENyCc4R3iDLLFaJiynUp9eDZp7TtS1G6DCp459vVK",
5555
"12D3KooWAVqLdQEjSezy7CPEgMLMSTuyfSBdbxPGkmik5x2aL8u4",
5656
"12D3KooWBxMiVQdYa5MaQjSWAu3YsfKdrs7vgX9cPk4cCwFVAXEu",
@@ -59,9 +59,13 @@ fn get_invulnerable_ah_collators(
5959
"12D3KooWCTSAq83D99RcT64rrV5X3sGZxc9JQ8nVtd6GbZEKnDqC",
6060
"12D3KooWF63ZxKtZMYs5247WQA8fcTiGJb2osXykc31cmjwNLwem",
6161
"12D3KooWGowDwrXAh9cxkbPHPHuwMouFHrMcJhCVXcFS2B8vc5Ry",
62+
"12D3KooWRhoxXsZypnp1Tady6XSRqXfxu7Bj6hGk8aj6FJ1iU6pt",
63+
"12D3KooWJUs11H7S3Hv9BVh72w3yVmHoYTXaoBUg1KQyYk4hL2bB",
64+
"12D3KooWAeLjabo2foz6gAQvLRfwF2d3WnpUGDjhg8V5AQUnv5AZ",
6265
];
6366

64-
const POLKADOT: [&str; 6] = [
67+
const POLKADOT: [&str; 7] = [
68+
"12D3KooWEyGg3oUwYfaLWM5AJ2pvXCUxBuXNapX1tQXLsbDmMV6z",
6569
"12D3KooWD9dTKLW65NFFLVjqgaXNzb3zKXBfwRS5iovxV6XaoVX6",
6670
"12D3KooWPJfGGisRMkiD5yhySZggEhyMSwELb34P2bEuAmUh9RYy",
6771
"12D3KooWQB9RBoJEByMtXtD8aC1WR1DJQb3QMXRcsQmNxrghsQLv",

prdoc/pr_9936.prdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Additional invulnerable AssetHub collators for Polkadot and Kusama
2+
doc:
3+
- audience: Node Operator
4+
description: Update the list of invlunerable AssetHub collators for Polkadot and Kusama
5+
crates:
6+
- name: polkadot-cli
7+
bump: patch
8+

0 commit comments

Comments
 (0)