From cfd8281bcc1fce432285e7ea7f9e98bebfb405cc Mon Sep 17 00:00:00 2001 From: Siddharth Date: Tue, 7 Jul 2026 17:14:56 +0530 Subject: [PATCH] westend people-next: point tcp bootnodes at p2p-node LB hostname --- westend/parachain/people-next/chainspec.json | 4 ++-- westend/parachain/people-next/raw.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/westend/parachain/people-next/chainspec.json b/westend/parachain/people-next/chainspec.json index 1c0fb9b0..fda0e771 100644 --- a/westend/parachain/people-next/chainspec.json +++ b/westend/parachain/people-next/chainspec.json @@ -3,9 +3,9 @@ "id": "next-people-westend", "chainType": "Live", "bootNodes": [ - "/dns/westend-people-next-collator-node-0.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWSHx16QD7DoFuxB5b5PYbM1Q5Ku6DjRWoWzQA2qBbZHgH", + "/dns/westend-people-next-collator-p2p-node-0.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWSHx16QD7DoFuxB5b5PYbM1Q5Ku6DjRWoWzQA2qBbZHgH", "/dns/westend-people-next-collator-node-0.parity-testnet.parity.io/tcp/443/wss/p2p/12D3KooWSHx16QD7DoFuxB5b5PYbM1Q5Ku6DjRWoWzQA2qBbZHgH", - "/dns/westend-people-next-collator-node-1.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWJsoK675oM8tc5BeqW9wV4miKfssL1qa9Dnayv5wYp9gp", + "/dns/westend-people-next-collator-p2p-node-1.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWJsoK675oM8tc5BeqW9wV4miKfssL1qa9Dnayv5wYp9gp", "/dns/westend-people-next-collator-node-1.parity-testnet.parity.io/tcp/443/wss/p2p/12D3KooWJsoK675oM8tc5BeqW9wV4miKfssL1qa9Dnayv5wYp9gp" ], "telemetryEndpoints": null, diff --git a/westend/parachain/people-next/raw.json b/westend/parachain/people-next/raw.json index 1d9800fb..2d6d808d 100644 --- a/westend/parachain/people-next/raw.json +++ b/westend/parachain/people-next/raw.json @@ -3,9 +3,9 @@ "id": "next-people-westend", "chainType": "Live", "bootNodes": [ - "/dns/westend-people-next-collator-node-0.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWSHx16QD7DoFuxB5b5PYbM1Q5Ku6DjRWoWzQA2qBbZHgH", + "/dns/westend-people-next-collator-p2p-node-0.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWSHx16QD7DoFuxB5b5PYbM1Q5Ku6DjRWoWzQA2qBbZHgH", "/dns/westend-people-next-collator-node-0.parity-testnet.parity.io/tcp/443/wss/p2p/12D3KooWSHx16QD7DoFuxB5b5PYbM1Q5Ku6DjRWoWzQA2qBbZHgH", - "/dns/westend-people-next-collator-node-1.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWJsoK675oM8tc5BeqW9wV4miKfssL1qa9Dnayv5wYp9gp", + "/dns/westend-people-next-collator-p2p-node-1.parity-testnet.parity.io/tcp/30333/p2p/12D3KooWJsoK675oM8tc5BeqW9wV4miKfssL1qa9Dnayv5wYp9gp", "/dns/westend-people-next-collator-node-1.parity-testnet.parity.io/tcp/443/wss/p2p/12D3KooWJsoK675oM8tc5BeqW9wV4miKfssL1qa9Dnayv5wYp9gp" ], "telemetryEndpoints": null,