Skip to content

Commit

Permalink
Disable unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed May 13, 2024
1 parent 138fdf2 commit b7bae44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2004,
providers: {
Allnodes: 'wss://moonbeam-rpc.publicnode.com',
'Automata 1RPC': 'wss://1rpc.io/glmr',
// 'Automata 1RPC': 'wss://1rpc.io/glmr', // https://github.com/polkadot-js/apps/issues/10566
Blast: 'wss://moonbeam.public.blastapi.io',
Dwellir: 'wss://moonbeam-rpc.dwellir.com',
'Moonbeam Foundation': 'wss://wss.api.moonbeam.network',
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoAcurast',
paraId: 2239,
providers: {
Acurast: 'wss://acurast-testnet-ws.prod.gke.papers.tech'
// Acurast: 'wss://acurast-testnet-ws.prod.gke.papers.tech' // https://github.com/polkadot-js/apps/issues/10566
},
text: 'Acurast Testnet',
ui: {
Expand Down

0 comments on commit b7bae44

Please sign in to comment.