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' } }, {