Skip to content

Commit

Permalink
Disable unreachable endpoints (#11201)
Browse files Browse the repository at this point in the history
* fix: commented out unreachable RPC endpoints

* fix: commented out unreachable RPC endpoints

* fix: Remove Zondax endpoint from testingRelayPaseo configuration
  • Loading branch information
ap211unitech authored Jan 13, 2025
1 parent d81b9a2 commit 2607536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ export const testRelayPaseo: EndpointOption = {
Dwellir: 'wss://paseo-rpc.dwellir.com',
IBP1: 'wss://rpc.ibp.network/paseo',
IBP2: 'wss://paseo.dotters.network',
StakeWorld: 'wss://pas-rpc.stakeworld.io',
Zondax: 'wss://api2.zondax.ch/pas/node/rpc'
StakeWorld: 'wss://pas-rpc.stakeworld.io'
// Zondax: 'wss://api2.zondax.ch/pas/node/rpc' // https://github.com/polkadot-js/apps/issues/11199
// 'light client': 'light://substrate-connect/paseo'
},
teleport: getTeleports(testParasPaseoCommon),
Expand Down

0 comments on commit 2607536

Please sign in to comment.