Skip to content

Commit

Permalink
Disable unreachable endpoints (#10034)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 15, 2023
1 parent a9d1a18 commit e092ec4
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 @@ -463,7 +463,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'kilt',
providers: {
BOTLabs: 'wss://full-nodes.kilt.io:9944/'
// BOTLabs: 'wss://full-nodes.kilt.io:9944/' // https://github.com/polkadot-js/apps/issues/10033
},
text: 'KILT Mashnet',
ui: {
Expand Down

0 comments on commit e092ec4

Please sign in to comment.