From 0979e51a9f430efbe0be1f5c7b34f2a409c59e37 Mon Sep 17 00:00:00 2001 From: Jonathan Udd Date: Mon, 22 Jan 2024 14:56:01 +0100 Subject: [PATCH] Dwellir Bifrost Kusama endpoint working again (#10210) --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index f4c33fe4029c..70b9e6fbf7e5 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -105,7 +105,7 @@ export const prodParasKusama: Omit[] = [ info: 'bifrost', paraId: 2001, providers: { - // Dwellir: 'wss://bifrost-rpc.dwellir.com', // https://github.com/polkadot-js/apps/issues/10205 + Dwellir: 'wss://bifrost-rpc.dwellir.com', Liebi: 'wss://bifrost-rpc.liebi.com/ws', LiebiUS: 'wss://us.bifrost-rpc.liebi.com/ws', OnFinality: 'wss://bifrost-parachain.api.onfinality.io/public-ws'