Skip to content

Commit

Permalink
Add Moonbeam , Moonriver, Moonbase Alpha back to Polkadot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajing.chen committed Dec 8, 2023
1 parent 7fb87ca commit 942cf3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Blast: 'wss://moonriver.public.blastapi.io',
Dwellir: 'wss://moonriver-rpc.dwellir.com',
OnFinality: 'wss://moonriver.api.onfinality.io/public-ws',
'Moonbeam Foundation': 'wss://wss.api.moonriver.moonbeam.network',

Check failure on line 491 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. 'Moonbeam Foundation' should be before 'OnFinality'
UnitedBloc: 'wss://moonriver.unitedbloc.com'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
'Automata 1RPC': 'wss://1rpc.io/glmr',
Blast: 'wss://moonbeam.public.blastapi.io',
Dwellir: 'wss://moonbeam-rpc.dwellir.com',
OnFinality: 'wss://moonbeam.api.onfinality.io/public-ws',
'Moonbeam Foundation': 'wss://wss.api.moonbeam.network',

Check failure on line 457 in packages/apps-config/src/endpoints/productionRelayPolkadot.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Expected object keys to be in ascending order. 'Moonbeam Foundation' should be before 'OnFinality'
UnitedBloc: 'wss://moonbeam.unitedbloc.com'
},
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Blast: 'wss://moonbase-alpha.public.blastapi.io',
Dwellir: 'wss://moonbase-rpc.dwellir.com',
OnFinality: 'wss://moonbeam-alpha.api.onfinality.io/public-ws',
'Moonbeam Foundation': 'wss://wss.api.moonbase.moonbeam.network',

Check failure on line 599 in packages/apps-config/src/endpoints/testing.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Expected object keys to be in ascending order. 'Moonbeam Foundation' should be before 'OnFinality'
UnitedBloc: 'wss://moonbase.unitedbloc.com'
},
Expand Down

0 comments on commit 942cf3e

Please sign in to comment.