Skip to content

Commit

Permalink
fix: sort torus url in production.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Jan 18, 2025
1 parent 4cb0692 commit b0074c2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,17 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesTernoaSVG
}
},
{
info: 'torus',
providers: {
mainnet: 'wss://api.torus.network'
},
text: 'Torus',
ui: {
color: '#070A0E',
logo: chainsTorusPNG
}
},
{
info: 'uniarts',
providers: {
Expand Down Expand Up @@ -662,16 +673,5 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
color: 'linear-gradient(-90deg, #9400D3 0%, #5A5CA9 50%, #00BFFF 100%)',
logo: nodesDatahighwayPNG
}
},
{
info: 'torus',
providers: {
mainnet: 'wss://api.torus.network'
},
text: 'Torus',
ui: {
color: '#070A0E',
logo: chainsTorusPNG
}
}
];

0 comments on commit b0074c2

Please sign in to comment.