Skip to content

Commit

Permalink
Update parallel rpc (#10138)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8f701 authored Jan 9, 2024
1 parent 96878ec commit 4f5d555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Dwellir: 'wss://parallel-rpc.dwellir.com',
// OnFinality: 'wss://parallel.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9986
Parallel: 'wss://rpc.parallel.fi'
Parallel: 'wss://polkadot-parallel-rpc.parallel.fi'
},
text: 'Parallel',
ui: {
Expand Down

0 comments on commit 4f5d555

Please sign in to comment.