Skip to content

Commit

Permalink
Deleted OnFinality 3 endpoints (#10993)
Browse files Browse the repository at this point in the history
* Deleted OnFinality 3 endpoints

---------

Co-authored-by: ian.he <[email protected]>
Co-authored-by: Mike Xing <[email protected]>
Co-authored-by: Xing <[email protected]>
Co-authored-by: jiajing.chen <[email protected]>
Co-authored-by: SURF <[email protected]>
Co-authored-by: Xing <[email protected]>
Co-authored-by: PT_Wu <[email protected]>
  • Loading branch information
8 people authored Oct 10, 2024
1 parent 32b1b7b commit 3811597
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'communeai',
providers: {
Bitconnect: 'wss://commune-api-node-1.communeai.net',
OnFinality: 'wss://commune.api.onfinality.io/public-ws'
Bitconnect: 'wss://commune-api-node-1.communeai.net'
// OnFinality: 'wss://commune.api.onfinality.io/public-ws'
},
text: 'Commune AI',
ui: {
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Dwellir: 'wss://bifrost-rpc.dwellir.com',
Liebi: 'wss://bifrost-rpc.liebi.com/ws',
LiebiUS: 'wss://us.bifrost-rpc.liebi.com/ws',
OnFinality: 'wss://bifrost-parachain.api.onfinality.io/public-ws'
LiebiUS: 'wss://us.bifrost-rpc.liebi.com/ws'
// OnFinality: 'wss://bifrost-parachain.api.onfinality.io/public-ws'
},
text: 'Bifrost',
ui: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
IBP2: 'wss://bifrost-polkadot.dotters.network',
Liebi: 'wss://hk.p.bifrost-rpc.liebi.com/ws',
LiebiEU: 'wss://eu.bifrost-polkadot-rpc.liebi.com/ws',
OnFinality: 'wss://bifrost-polkadot.api.onfinality.io/public-ws',
// OnFinality: 'wss://bifrost-polkadot.api.onfinality.io/public-ws',
RadiumBlock: 'wss://bifrost.public.curie.radiumblock.co/ws'
},
text: 'Bifrost',
Expand Down

0 comments on commit 3811597

Please sign in to comment.