Skip to content

Commit

Permalink
Fix SubQuery endpoint for Polkadot (#10681)
Browse files Browse the repository at this point in the history
* Update productionRelayPolkadot.ts

* Update productionRelayPolkadot.ts

* Update productionRelayPolkadot.ts
  • Loading branch information
deverka authored Jun 20, 2024
1 parent 1c23fe8 commit f337887
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 @@ -843,8 +843,7 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
OnFinality: 'wss://statemint.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-asset-hub-rpc.polkadot.io',
RadiumBlock: 'wss://statemint.public.curie.radiumblock.co/ws',
Stakeworld: 'wss://dot-rpc.stakeworld.io/assethub',
SubQuery: 'wss://polkadot.rpc.subquery.network/public/ws'
Stakeworld: 'wss://dot-rpc.stakeworld.io/assethub'
},
relayName: 'polkadot',
teleport: [-1],
Expand Down Expand Up @@ -925,6 +924,7 @@ export const prodRelayPolkadot: EndpointOption = {
RadiumBlock: 'wss://polkadot.public.curie.radiumblock.co/ws',
RockX: 'wss://rockx-dot.w3node.com/polka-public-dot/ws',
Stakeworld: 'wss://dot-rpc.stakeworld.io',
SubQuery: 'wss://polkadot.rpc.subquery.network/public/ws',
'light client': 'light://substrate-connect/polkadot'
},
teleport: getTeleports(prodParasPolkadotCommon),
Expand Down

0 comments on commit f337887

Please sign in to comment.