Skip to content

Commit

Permalink
Disable unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jan 15, 2024
1 parent 49482c3 commit 5d2eeb5
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -345,7 +345,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoMetaquity-network',
paraId: 4304,
providers: {
Metaquity: 'wss://rpc.rococo-testnet.metaquity.xyz'
// Metaquity: 'wss://rpc.rococo-testnet.metaquity.xyz' // https://github.com/polkadot-js/apps/issues/10178
},
text: 'Metaquity Network',
ui: {
Expand Down

0 comments on commit 5d2eeb5

Please sign in to comment.