Skip to content

Commit

Permalink
change try-runtime endpoints to the new ones (#444)
Browse files Browse the repository at this point in the history
as part of paritytech/devops#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.

<!-- Remember that you can run `/merge` to enable auto-merge in the PR
-->

<!-- Remember to modify the changelog. If you don't need to modify it,
you can check the following box.
Instead, if you have already modified it, simply delete the following
line. -->

- [x] Does not require a CHANGELOG entry

Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 790ef91 commit 2b5fd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtimes-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit 2b5fd88

Please sign in to comment.