diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index 2cdb9637eddb..176265094ef4 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -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], @@ -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),