Skip to content

Commit

Permalink
Update vara logo (#10084)
Browse files Browse the repository at this point in the history
* update vara logo

* fix lint

---------

Co-authored-by: Jaco <jacogr@gmail.com>
  • Loading branch information
EugenWay and jacogr authored Dec 11, 2023
1 parent 9e2f07d commit 8706e43
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 40 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { EndpointOption } from './types.js';

import { chains3dpassSVG, chainsAlephSVG, chainsBittensorPNG, chainsCreditcoinPNG, chainsDebioSVG, chainsEquilibriumSVG, chainsFragnovaPNG, chainsGenshiroSVG, chainsJurPNG, chainsLogionPNG, chainsMyriadPNG, chainsSpannerPNG, chainsVaraSVG } from '../ui/logos/chains/index.js';
import { chains3dpassSVG, chainsAlephSVG, chainsBittensorPNG, chainsCreditcoinPNG, chainsDebioSVG, chainsEquilibriumSVG, chainsFragnovaPNG, chainsGenshiroSVG, chainsJurPNG, chainsLogionPNG, chainsMyriadPNG, chainsSpannerPNG, chainsVaraPNG } from '../ui/logos/chains/index.js';
import { nodesAresOdysseySVG, nodesAutomataPNG, nodesCentrifugePNG, nodesCereSVG, nodesChainxSVG, nodesCompetitorsClubPNG, nodesCrownSterlingPNG, nodesCrustSVG, nodesDatahighwayPNG, nodesDockPNG, nodesEdgewareWhitePNG, nodesEfinitySVG, nodesHanyonycashPNG, nodesHumanodePNG, nodesInnovatorPNG, nodesJoystreamSVG, nodesKulupuSVG, nodesKusariSVG, nodesMathSVG, nodesMinixPNG, nodesNftmartPNG, nodesNodleSVG, nodesPolkadexSVG, nodesPolymeshSVG, nodesRiochainSVG, nodesRobonomicsSVG, nodesSherpaxPNG, nodesSoraSubstrateSVG, nodesStafiPNG, nodesSubgameSVG, nodesSubsocialSVG, nodesSwapdexSVG, nodesTernoaSVG, nodesThebifrostPNG, nodesUniartsPNG, nodesUnitnetworkPNG } from '../ui/logos/nodes/index.js';

export * from './productionRelayKusama.js';
Expand Down Expand Up @@ -558,12 +558,12 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'vara',
providers: {
'Gear Tech': 'wss://rpc.vara-network.io'
Gear: 'wss://rpc.vara-network.io'
},
text: 'Vara',
ui: {
color: '#00a87a',
logo: chainsVaraSVG
logo: chainsVaraPNG
}
},
{
Expand Down
6 changes: 6 additions & 0 deletions packages/apps-config/src/ui/logos/chains/generated/varaPNG.ts

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions packages/apps-config/src/ui/logos/chains/generated/varaSVG.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/apps-config/src/ui/logos/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ export { chainsTinkerPNG } from './generated/tinkerPNG.js';
export { chainsTotemSVG } from './generated/totemSVG.js';
export { chainsTuringPNG } from './generated/turingPNG.js';
export { chainsUnorthodoxPNG } from './generated/unorthodoxPNG.js';
export { chainsVaraSVG } from './generated/varaSVG.js';
export { chainsVaraPNG } from './generated/varaPNG.js';
export { chainsVirtoPNG } from './generated/virtoPNG.js';
export { chainsWatrPNG } from './generated/watrPNG.js';
Binary file added packages/apps-config/src/ui/logos/chains/vara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions packages/apps-config/src/ui/logos/chains/vara.svg

This file was deleted.

0 comments on commit 8706e43

Please sign in to comment.