Skip to content

Commit

Permalink
Disable unreachable endpoints (polkadot-js#10119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Dec 20, 2023
1 parent 08b2cd2 commit 1e40b73
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -170,7 +170,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'debio',
providers: {
DeBio: 'wss://ws-rpc.debio.network',
// DeBio: 'wss://ws-rpc.debio.network', // https://github.com/polkadot-js/apps/issues/10118
Octopus: 'wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e'
},
text: 'DeBio',
Expand Down

0 comments on commit 1e40b73

Please sign in to comment.