Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang authored Nov 5, 2023
1 parent bf22a3a commit 561f7e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/apps-config/src/links/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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,
Expand All @@ -31,5 +32,6 @@ export const externalLinks: Record<string, ExternalDef> = {
Statescan,
SubId,
Subscan,
Subsquare
Subsquare,
Edgscan
};

0 comments on commit 561f7e5

Please sign in to comment.