From 51ffc9f849cbc44814bc30eec976c0abc269349a Mon Sep 17 00:00:00 2001 From: Rbdude25 <114830736+Rbdude25@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:23:49 -0400 Subject: [PATCH 1/2] Update productionRelayKusama.ts Added LuckyFriday provider to UI for Coretime KSM and People KSM --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 2b53c0c41147..11e698b57803 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -963,6 +963,7 @@ export const prodParasKusamaCommon: EndpointOption[] = [ IBP1: 'wss://sys.ibp.network/coretime-kusama', IBP2: 'wss://sys.dotters.network/coretime-kusama', Parity: 'wss://kusama-coretime-rpc.polkadot.io', + LuckyFriday: 'wss://rpc-coretime-kusama.luckyfriday.io', Stakeworld: 'wss://ksm-rpc.stakeworld.io/coretime' }, relayName: 'kusama', @@ -1003,6 +1004,7 @@ export const prodParasKusamaCommon: EndpointOption[] = [ IBP1: 'wss://sys.ibp.network/people-kusama', IBP2: 'wss://sys.dotters.network/people-kusama', Parity: 'wss://kusama-people-rpc.polkadot.io', + LuckyFriday: 'wss://rpc-people-kusama.luckyfriday.io', Stakeworld: 'wss://ksm-rpc.stakeworld.io/people' }, relayName: 'kusama', From 97735e6da071742b125f20b5de90b982f2ba046f Mon Sep 17 00:00:00 2001 From: Rbdude25 <114830736+Rbdude25@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:54:30 -0400 Subject: [PATCH 2/2] Update productionRelayKusama.ts --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 11e698b57803..825a0797cbe0 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -962,8 +962,8 @@ export const prodParasKusamaCommon: EndpointOption[] = [ Dwellir: 'wss://coretime-kusama-rpc.dwellir.com', IBP1: 'wss://sys.ibp.network/coretime-kusama', IBP2: 'wss://sys.dotters.network/coretime-kusama', - Parity: 'wss://kusama-coretime-rpc.polkadot.io', LuckyFriday: 'wss://rpc-coretime-kusama.luckyfriday.io', + Parity: 'wss://kusama-coretime-rpc.polkadot.io', Stakeworld: 'wss://ksm-rpc.stakeworld.io/coretime' }, relayName: 'kusama', @@ -1003,8 +1003,8 @@ export const prodParasKusamaCommon: EndpointOption[] = [ Dwellir: 'wss://people-kusama-rpc.dwellir.com', IBP1: 'wss://sys.ibp.network/people-kusama', IBP2: 'wss://sys.dotters.network/people-kusama', - Parity: 'wss://kusama-people-rpc.polkadot.io', LuckyFriday: 'wss://rpc-people-kusama.luckyfriday.io', + Parity: 'wss://kusama-people-rpc.polkadot.io', Stakeworld: 'wss://ksm-rpc.stakeworld.io/people' }, relayName: 'kusama',