Skip to content

Commit

Permalink
Disable unreachable endpoints (polkadot-js#9954)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 16, 2023
1 parent d6973b2 commit 106b479
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 @@ -110,7 +110,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'edgeware',
providers: {
JelliedOwl: 'wss://beresheet.jelliedowl.net'
// JelliedOwl: 'wss://beresheet.jelliedowl.net' // https://github.com/polkadot-js/apps/issues/9952
},
text: 'Beresheet',
ui: {
Expand Down

0 comments on commit 106b479

Please sign in to comment.