Skip to content

Commit bb90470

Browse files
authored
chore: disable unreachable endpoints (#11951)
1 parent 68bdbb1 commit bb90470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apps-config/src/endpoints/production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
202202
{
203203
info: 'communeai',
204204
providers: {
205-
Bitconnect: 'wss://commune-api-node-1.communeai.net'
205+
// Bitconnect: 'wss://commune-api-node-1.communeai.net' // https://github.com/polkadot-js/apps/issues/11950
206206
// OnFinality: 'wss://commune.api.onfinality.io/public-ws'
207207
},
208208
text: 'Commune AI',

packages/apps-config/src/endpoints/testingRelayPaseo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
374374
info: 'PaseoShibuyaChain',
375375
paraId: 2000,
376376
providers: {
377-
Astar: 'wss://rpc.shibuya.astar.network'
377+
// Astar: 'wss://rpc.shibuya.astar.network' // https://github.com/polkadot-js/apps/issues/11950
378378
},
379379
relayName: 'paseo',
380380
text: 'Shibuya Testnet (Astar)',

0 commit comments

Comments
 (0)