From 9a3781bc1ba631b3f0ac1731e004ec6245fc75f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wennstr=C3=B6m?= <108928853+awnns@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:09:56 +0200 Subject: [PATCH] Added Dwellir's Centrifuge and Pendulum RPC services. (#9902) --- packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index c09f7159141c..09b3401d40b6 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -130,6 +130,7 @@ export const prodParasPolkadot: Omit[] = [ paraId: 2031, providers: { Centrifuge: 'wss://fullnode.centrifuge.io', + Dwellir: 'wss://centrifuge-rpc.dwellir.com', LuckyFriday: 'wss://rpc-centrifuge.luckyfriday.io', OnFinality: 'wss://centrifuge-parachain.api.onfinality.io/public-ws' }, @@ -548,6 +549,7 @@ export const prodParasPolkadot: Omit[] = [ info: 'pendulum', paraId: 2094, providers: { + Dwellir: 'wss://pendulum-rpc.dwellir.com', PendulumChain: 'wss://rpc-pendulum.prd.pendulumchain.tech' }, text: 'Pendulum',