Skip to content

Commit

Permalink
Restore Virto provider for Kreivo in Kusama (#10363)
Browse files Browse the repository at this point in the history
* Restore Virto provider for Kreivo in Kusama

* remove trailing comma
  • Loading branch information
olanod authored Mar 17, 2024
1 parent 8612741 commit f6edf2f
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -433,8 +433,8 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
info: 'kreivo',
paraId: 2281,
providers: {
Kippu: 'wss://kreivo.kippu.rocks/'
// Virto: 'wss://kreivo.io/' // https://github.com/polkadot-js/apps/issues/10091
Kippu: 'wss://kreivo.kippu.rocks/',
Virto: 'wss://kreivo.io/'
},
text: 'Kreivo - By Virto',
ui: {
Expand Down

0 comments on commit f6edf2f

Please sign in to comment.