diff --git a/packages/apps-config/src/endpoints/nodle.ts b/packages/apps-config/src/endpoints/nodle.ts index a104e1fac62d..3a59cec3d620 100644 --- a/packages/apps-config/src/endpoints/nodle.ts +++ b/packages/apps-config/src/endpoints/nodle.ts @@ -17,7 +17,7 @@ export function createNodle (t: TFunction, firstOnly: boolean, withSort: boolean text: t('rpc.nodle-eden', 'Mainnet', { ns: 'apps-config' }), providers: { OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws', - Dwellir: 'wss://eden-rpc.dwellir.com' + Dwellir: 'wss://nodle-rpc.dwellir.com' }, ui: { color: '#1ab394', diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index 6144c8016ea3..d02018d46e24 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -480,7 +480,7 @@ export const prodParasPolkadot: Omit[] = [ info: 'nodle', paraId: 2026, providers: { - Dwellir: 'wss://eden-rpc.dwellir.com', + Dwellir: 'wss://nodle-rpc.dwellir.com', OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws' }, text: 'Nodle',