Skip to content

Commit

Permalink
Update testingRelayWestend.ts (polkadot-js#9716)
Browse files Browse the repository at this point in the history
* Update testingRelayWestend.ts

We have root caused this (polkadot-js#9712) to a bad proxy configuration when we recently tried to switch http to port 9944.  

Please re-enable the endpoint, we will keep a closer watch as it comes online.

* Update testingRelayWestend.ts
  • Loading branch information
radiumb authored Jul 22, 2023
1 parent 9d0f1ea commit 3c09007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const testRelayWestend: EndpointOption = {
LuckyFriday: 'wss://rpc-westend.luckyfriday.io',
OnFinality: 'wss://westend.api.onfinality.io/public-ws',
Parity: 'wss://westend-rpc.polkadot.io',
// RadiumBlock: 'wss://westend.public.curie.radiumblock.co/ws', // https://github.com/polkadot-js/apps/issues/9712
RadiumBlock: 'wss://westend.public.curie.radiumblock.co/ws',
Stakeworld: 'wss://wnd-rpc.stakeworld.io',
'light client': 'light://substrate-connect/westend'
},
Expand Down

0 comments on commit 3c09007

Please sign in to comment.