Skip to content

Commit

Permalink
Restore blockops rpcs endpoint (#10170)
Browse files Browse the repository at this point in the history
* uncomment Blockops endpoint

* Uncomment Blockops endpoint

* Uncomment Blockops endpoint
  • Loading branch information
Damola12345 authored Jan 12, 2024
1 parent aaf7100 commit dc126ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ export const prodRelayKusama: EndpointOption = {
providers: {
// 'Geometry Labs': 'wss://kusama.geometry.io/websockets', // https://github.com/polkadot-js/apps/pull/6746
'Automata 1RPC': 'wss://1rpc.io/ksm',
// Blockops: 'wss://kusama-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840
Blockops: 'wss://kusama-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840
Dwellir: 'wss://kusama-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://kusama-rpc-tn.dwellir.com',
'IBP-GeoDNS1': 'wss://rpc.ibp.network/kusama',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ export const prodRelayPolkadot: EndpointOption = {
providers: {
// 'Geometry Labs': 'wss://polkadot.geometry.io/websockets', // https://github.com/polkadot-js/apps/pull/6746
'Automata 1RPC': 'wss://1rpc.io/dot',
// Blockops: 'wss://polkadot-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840
Blockops: 'wss://polkadot-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840
Dwellir: 'wss://polkadot-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://polkadot-rpc-tn.dwellir.com',
'IBP-GeoDNS1': 'wss://rpc.ibp.network/polkadot',
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const testRelayWestend: EndpointOption = {
...testParasWestend
],
providers: {
// Blockops: 'wss://westend-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840
Blockops: 'wss://westend-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840
Dwellir: 'wss://westend-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://westend-rpc-tn.dwellir.com',
'IBP-GeoDNS1': 'wss://rpc.ibp.network/westend',
Expand Down

0 comments on commit dc126ba

Please sign in to comment.