Skip to content

Commit

Permalink
Adding RadiumBlock as Moonbeam Endpoint Provider (#10268)
Browse files Browse the repository at this point in the history
* Update productionRelayPolkadot.ts

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <[email protected]>

* Update productionRelayKusama.ts

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts - Add RadiumBlock Phala node

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

Adding RadiumBlock as Moonbeam Endpoint provider

---------

Co-authored-by: Jaco <[email protected]>
  • Loading branch information
radiumb and jacogr authored Feb 19, 2024
1 parent 211b6e9 commit c199b23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
Dwellir: 'wss://moonbeam-rpc.dwellir.com',
'Moonbeam Foundation': 'wss://wss.api.moonbeam.network',
OnFinality: 'wss://moonbeam.api.onfinality.io/public-ws',
RadiumBlock: 'wss://moonbeam.public.curie.radiumblock.co/ws',
UnitedBloc: 'wss://moonbeam.unitedbloc.com'
},
text: 'Moonbeam',
Expand Down

0 comments on commit c199b23

Please sign in to comment.