Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
sort as per the alphabetical order
  • Loading branch information
ShankarWarang authored Nov 5, 2023
1 parent 44ccd43 commit 16c5716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/links/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import type { ExternalDef } from './types';
import Commonwealth from './commonwealth';
import Dotreasury from './dotreasury';
import DotScanner from './dotscanner';
import Edgscan from './edgscan';
import KodaDot from './kodadot';
import Polkaholic from './polkaholic';
import Polkascan from './polkascan';
Expand All @@ -16,12 +17,12 @@ import Statescan from './statescan';
import SubId from './subid';
import Subscan from './subscan';
import Subsquare from './subsquare';
import Edgscan from './edgscan';

export const externalLinks: Record<string, ExternalDef> = {
Commonwealth,
DotScanner,
Dotreasury,
Edgscan,
KodaDot,
Polkaholic,
Polkascan,
Expand All @@ -32,6 +33,5 @@ export const externalLinks: Record<string, ExternalDef> = {
Statescan,
SubId,
Subscan,
Subsquare,
Edgscan
Subsquare
};

0 comments on commit 16c5716

Please sign in to comment.