From 2b5fd88d780d173d2fa9a3cd221db534c370274a Mon Sep 17 00:00:00 2001 From: Arsham Teymouri <75425316+ArshamTeymouri@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:27:24 +0200 Subject: [PATCH] change try-runtime endpoints to the new ones (#444) as part of https://github.com/paritytech/devops/issues/3502, try-runtime nodes were migrated to a new provider with a new domain address. The PR fixes all the references to try-runtime nodes on rococo, westend, kusama and polkadot networks. - [x] Does not require a CHANGELOG entry Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com> --- .github/workflows/runtimes-matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runtimes-matrix.json b/.github/workflows/runtimes-matrix.json index a75c4aa13d..2107e8d0b0 100644 --- a/.github/workflows/runtimes-matrix.json +++ b/.github/workflows/runtimes-matrix.json @@ -3,14 +3,14 @@ "name": "polkadot", "package": "polkadot-runtime", "path": "relay/polkadot", - "uri": "wss://polkadot-try-runtime-node.parity-chains.parity.io:443", + "uri": "wss://try-runtime.polkadot.io:443", "is_relay": true }, { "name": "kusama", "package": "staging-kusama-runtime", "path": "relay/kusama", - "uri": "wss://kusama-try-runtime-node.parity-chains.parity.io:443", + "uri": "wss://try-runtime-kusama.polkadot.io:443", "is_relay": true }, {