Skip to content

Commit

Permalink
Add IBP endpoints to Paseo (#10231)
Browse files Browse the repository at this point in the history
  • Loading branch information
senseless committed Feb 5, 2024
1 parent 1e1d212 commit 0a73620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export const testRelayPaseo: EndpointOption = {
...testParasPaseo
],
providers: {
Amforc: 'wss://paseo.rpc.amforc.com'
Amforc: 'wss://paseo.rpc.amforc.com',
'IBP-GeoDNS2': 'wss://rpc.dotters.network/paseo'
// 'light client': 'light://substrate-connect/paseo'
},
teleport: getTeleports(testParasPaseoCommon),
Expand Down

0 comments on commit 0a73620

Please sign in to comment.