Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Add OnFinality endpoint for Phala (polkadot-js#8255)
Browse files Browse the repository at this point in the history
* Remove OnFinality's endpoint for Pontem Testnet

* Remove OnFinality endpoint for Basilisk

* Remove OnFinality endpoint for Calamari

* Add OnFinality endpoint for Efinity

* Update OnFinality endpoint for Pichiu network

* Update OnFinality endpoint for Pichiu network

* Add OnFinality endpoint for Invarch Tinker Network

* change entries order

* Add OnFinality endpoint for Phala

Co-authored-by: Yiwei Li <[email protected]>
  • Loading branch information
banananeko and Yiwei Li authored Oct 20, 2022
1 parent f12e62b commit 6328594
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ export const prodParasPolkadot: EndpointOption[] = [
paraId: 2035,
text: 'Phala Network',
providers: {
Phala: 'wss://api.phala.network/ws'
Phala: 'wss://api.phala.network/ws',
OnFinality: 'wss://phala.api.onfinality.io/public-ws'
}
},
{
Expand Down

0 comments on commit 6328594

Please sign in to comment.