From a88d16e331ca4397e98965aa76f82b2161f91d22 Mon Sep 17 00:00:00 2001 From: Joakim Nyman Date: Wed, 23 Mar 2022 22:24:18 +0100 Subject: [PATCH] Added Dwellir RPC endpoints for Centrifuge and Nodle(Eden) --- packages/apps-config/src/endpoints/production.ts | 3 ++- packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/apps-config/src/endpoints/production.ts b/packages/apps-config/src/endpoints/production.ts index e96596767695..3e52e89b2da0 100644 --- a/packages/apps-config/src/endpoints/production.ts +++ b/packages/apps-config/src/endpoints/production.ts @@ -37,7 +37,8 @@ export function createProduction (t: TFunction, firstOnly: boolean, withSort: bo info: 'centrifuge', text: t('rpc.prod.centrifuge', 'Centrifuge', { ns: 'apps-config' }), providers: { - Centrifuge: 'wss://fullnode.centrifuge.io' + Centrifuge: 'wss://fullnode.centrifuge.io', + Dwellir: 'wss://centrifuge-rpc.dwellir.com' } }, { diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index e72585a110a6..26c8f72a9460 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -237,7 +237,8 @@ export function createPolkadot (t: TFunction): EndpointOption { paraId: 2026, text: t('rpc.polkadot.nodle', 'Nodle', { ns: 'apps-config' }), providers: { - OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws' + OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws', + Dwellir: 'wss://eden-rpc.dwellir.com' } }, {