Skip to content

Commit

Permalink
feat: enable zondax paseo rpc node (#11110)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 authored Nov 25, 2024
1 parent 40f0461 commit ff7f714
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 @@ -441,8 +441,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' https://github.com/polkadot-js/apps/issues/10957
StakeWorld: 'wss://pas-rpc.stakeworld.io',
Zondax: 'wss://api2.zondax.ch/pas/node/rpc'
// 'light client': 'light://substrate-connect/paseo'
},
teleport: getTeleports(testParasPaseoCommon),
Expand Down

0 comments on commit ff7f714

Please sign in to comment.