Skip to content

Commit

Permalink
Disable unavailable endpoints (#8267)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 22, 2022
1 parent 91a4832 commit 56275ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const prodChains: EndpointOption[] = [
info: 'neatcoin',
text: 'Neatcoin',
providers: {
Neatcoin: 'wss://rpc.neatcoin.org/ws'
// Neatcoin: 'wss://rpc.neatcoin.org/ws' // https://github.com/polkadot-js/apps/issues/8266
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const testParasRococo: EndpointOption[] = [
paraId: 2125,
text: 'Tinkernet',
providers: {
'InvArch Team': 'wss://rococo.invarch.network'
// 'InvArch Team': 'wss://rococo.invarch.network' // https://github.com/polkadot-js/apps/issues/8266
}
},
{
Expand Down

0 comments on commit 56275ea

Please sign in to comment.