Skip to content

Commit

Permalink
Disable unreachable endpoints (#10012)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 4, 2023
1 parent 82b0be6 commit 85c4863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2043,
providers: {
Dwellir: 'wss://origintrail-rpc.dwellir.com',
OnFinality: 'wss://origintrail.api.onfinality.io/public-ws',
// OnFinality: 'wss://origintrail.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/10011
TraceLabs: 'wss://parachain-rpc.origin-trail.network'
},
text: 'OriginTrail',
Expand Down

0 comments on commit 85c4863

Please sign in to comment.