Skip to content

Commit

Permalink
Disable unreachable endpoints (#10185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 16, 2024
1 parent 6b5da98 commit 072bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'cess-testnet',
providers: {
CESS: 'wss://testnet-rpc0.cess.cloud/ws/'
// CESS: 'wss://testnet-rpc0.cess.cloud/ws/' // https://github.com/polkadot-js/apps/issues/10184
},
text: 'CESS Testnet',
ui: {
Expand Down

0 comments on commit 072bee2

Please sign in to comment.