Skip to content

Commit

Permalink
added OnFinality API for BridgeHub Westend (#9768)
Browse files Browse the repository at this point in the history
* Add OnFinality Westmint endpoint

* added OnFinality API for BridgeHub Kusama

* added OnFinality API for BridgeHub Westend

---------

Co-authored-by: Mike Xing <[email protected]>
  • Loading branch information
mikespook and mikexing-onf authored Aug 8, 2023
1 parent 6779b92 commit 7267a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export const testParasWestendCommon: EndpointOption[] = [
providers: {
'IBP-GeoDNS1': 'wss://sys.ibp.network/bridgehub-westend',
'IBP-GeoDNS2': 'wss://sys.dotters.network/bridgehub-westend',
OnFinality: 'wss://bridgehub-westend.api.onfinality.io/public-ws',
Parity: 'wss://westend-bridge-hub-rpc.polkadot.io'
},
text: 'BridgeHub',
Expand Down

0 comments on commit 7267a4a

Please sign in to comment.