From 8cf344e4906cab3f1372889abdbfae96357bb446 Mon Sep 17 00:00:00 2001 From: Rbdude25 <114830736+Rbdude25@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:16:41 -0400 Subject: [PATCH] Update productionRelayKusama.ts - Added Encointer Kusama RPC endpoint for Luckyfriday.io Added Encointer Kusama RPC endpoint for Luckyfriday.io --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index d972984b90ce..cd036f7be1eb 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -960,7 +960,8 @@ export const prodParasKusamaCommon: EndpointOption[] = [ Dwellir: 'wss://encointer-kusama-rpc.dwellir.com', 'Encointer Association': 'wss://kusama.api.encointer.org', IBP1: 'wss://sys.ibp.network/encointer-kusama', - IBP2: 'wss://encointer-kusama.dotters.network' + IBP2: 'wss://encointer-kusama.dotters.network', + LuckyFriday: 'wss://rpc-encointer-kusama.luckyfriday.io' // OnFinality: 'wss://encointer.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9986 // Stakeworld: 'wss://ksm-rpc.stakeworld.io/encointer' },