From a9092bb5021eb79fcd73d674327605902699a72f Mon Sep 17 00:00:00 2001 From: aahmad Date: Fri, 17 May 2024 17:21:57 +0100 Subject: [PATCH 1/2] Added Dwellir enpoints for Krest & Peaq --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 1 + packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index f090e43d0b3c..b4c8920356ed 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -449,6 +449,7 @@ export const prodParasKusama: Omit[] = [ info: 'krest', paraId: 2241, providers: { + Dwellir: 'wss://krest-rpc.dwellir.com', Krest: 'wss://wss-krest.peaq.network/', OnFinality: 'wss://krest.api.onfinality.io/public-ws', UnitedBloc: 'wss://krest.unitedbloc.com/' diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index 371421b5407a..474179ab5d2d 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -626,6 +626,7 @@ export const prodParasPolkadot: Omit[] = [ info: 'peaq', paraId: 3338, providers: { + Dwellir: 'wss://peaq-rpc.dwellir.com', // OnFinality: 'wss://peaq.api.onfinality.io/public-ws' }, text: 'peaq', From 269f1bcebacf5ddaef0857144990de628fdfe323 Mon Sep 17 00:00:00 2001 From: aahmad Date: Mon, 20 May 2024 08:43:30 +0100 Subject: [PATCH 2/2] Format change --- packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index 474179ab5d2d..1eda5683a3fb 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -626,7 +626,7 @@ export const prodParasPolkadot: Omit[] = [ info: 'peaq', paraId: 3338, providers: { - Dwellir: 'wss://peaq-rpc.dwellir.com', + Dwellir: 'wss://peaq-rpc.dwellir.com' // OnFinality: 'wss://peaq.api.onfinality.io/public-ws' }, text: 'peaq',