Skip to content

Commit

Permalink
enable blockops endpoint -fixed issue (#10819)
Browse files Browse the repository at this point in the history
* enable blockops endpoint -fixed issue

Signed-off-by: 0hxweb3 <[email protected]>

* Update checks

Signed-off-by: haroldsphinx <[email protected]>

---------

Signed-off-by: 0hxweb3 <[email protected]>
Signed-off-by: haroldsphinx <[email protected]>
Co-authored-by: 0hxweb3 <[email protected]>
  • Loading branch information
haroldsphinx and 0hxweb3 authored Aug 10, 2024
1 parent 5f08ecc commit 4d52d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'hyperbridge',
paraId: 3367,
providers: {
// BlockOps: 'wss://hyperbridge-nexus-rpc.blockops.network', // https://github.com/polkadot-js/apps/issues/10803
BlockOps: 'wss://hyperbridge-nexus-rpc.blockops.network',
IBP1: 'wss://nexus.ibp.network',
IBP2: 'wss://nexus.dotters.network'
},
Expand Down Expand Up @@ -961,7 +961,7 @@ export const prodRelayPolkadot: EndpointOption = {
Allnodes: 'wss://polkadot-rpc.publicnode.com',
// '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/10803
Blockops: 'wss://polkadot-public-rpc.blockops.network/ws',
Dwellir: 'wss://polkadot-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://polkadot-rpc-tn.dwellir.com',
IBP1: 'wss://rpc.ibp.network/polkadot',
Expand Down

0 comments on commit 4d52d12

Please sign in to comment.