Skip to content

Commit cb9d606

Browse files
authored
chore: disable unreachable endpoints (#12025)
1 parent 3e4c9f3 commit cb9d606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps-config/src/endpoints/productionRelayKusama.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
424424
info: 'krest',
425425
paraId: 2241,
426426
providers: {
427-
Krest: 'wss://wss-krest.peaq.network/',
427+
// Krest: 'wss://wss-krest.peaq.network/', // https://github.com/polkadot-js/apps/issues/12018
428428
OnFinality: 'wss://krest.api.onfinality.io/public-ws'
429429
// UnitedBloc: 'wss://krest.unitedbloc.com/' https://github.com/polkadot-js/apps/issues/10997
430430
},

0 commit comments

Comments
 (0)