Skip to content

Commit

Permalink
Disable unreachable endpoints (#10206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 21, 2024
1 parent bf52f23 commit cf65342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
info: 'bifrost',
paraId: 2001,
providers: {
Dwellir: 'wss://bifrost-rpc.dwellir.com',
// Dwellir: 'wss://bifrost-rpc.dwellir.com', // https://github.com/polkadot-js/apps/issues/10205
Liebi: 'wss://bifrost-rpc.liebi.com/ws',
LiebiUS: 'wss://us.bifrost-rpc.liebi.com/ws',
OnFinality: 'wss://bifrost-parachain.api.onfinality.io/public-ws'
Expand Down

0 comments on commit cf65342

Please sign in to comment.