Skip to content

Commit

Permalink
Add IBP BridgeHub support in Polkadot & Westend (polkadot-js#9725)
Browse files Browse the repository at this point in the history
* Add IBP BridgeHub support in Polkadot & Westend

* Amend testingRelayWestend.ts

Remove trailing commas added by error in current PR.
  • Loading branch information
miloskriz authored Jul 25, 2023
1 parent 83ee07e commit 35064bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
info: 'polkadotBridgeHub',
paraId: 1002,
providers: {
'IBP-GeoDNS1': 'wss://sys.ibp.network/bridgehub-polkadot',
'IBP-GeoDNS2': 'wss://sys.dotters.network/bridgehub-polkadot',
LuckyFriday: 'wss://rpc-bridge-hub-polkadot.luckyfriday.io',
Parity: 'wss://polkadot-bridge-hub-rpc.polkadot.io',
Stakeworld: 'wss://dot-rpc.stakeworld.io/bridgehub'
Expand Down
4 changes: 3 additions & 1 deletion packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ export const testParasWestendCommon: EndpointOption[] = [
info: 'westendBridgeHub',
paraId: 1002,
providers: {
// Parity: 'wss://westend-bridge-hub-rpc.polkadot.io' // https://github.com/polkadot-js/apps/issues/9348
// Parity: 'wss://westend-bridge-hub-rpc.polkadot.io', // https://github.com/polkadot-js/apps/issues/9348
'IBP-GeoDNS1': 'wss://sys.ibp.network/bridgehub-westend',
'IBP-GeoDNS2': 'wss://sys.dotters.network/bridgehub-westend'
},
text: 'BridgeHub',
ui: {
Expand Down

0 comments on commit 35064bd

Please sign in to comment.