Skip to content

Commit

Permalink
Update productionRelayKusama.ts
Browse files Browse the repository at this point in the history
Added LuckyFriday provider to UI for Coretime KSM and People KSM
  • Loading branch information
Rbdude25 authored Jul 16, 2024
1 parent e5366b1 commit 51ffc9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Check failure on line 966 in packages/apps-config/src/endpoints/productionRelayKusama.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Expected object keys to be in ascending order. 'LuckyFriday' should be before 'Parity'
Stakeworld: 'wss://ksm-rpc.stakeworld.io/coretime'
},
relayName: 'kusama',
Expand Down Expand Up @@ -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',

Check failure on line 1007 in packages/apps-config/src/endpoints/productionRelayKusama.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Expected object keys to be in ascending order. 'LuckyFriday' should be before 'Parity'
Stakeworld: 'wss://ksm-rpc.stakeworld.io/people'
},
relayName: 'kusama',
Expand Down

0 comments on commit 51ffc9f

Please sign in to comment.