Skip to content

Commit

Permalink
Fix links to edgscan.ink for Edgeware
Browse files Browse the repository at this point in the history
  • Loading branch information
JelliedOwl authored Dec 22, 2024
1 parent 899a3cb commit 659fce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-config/src/links/edgscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Edgscan: ExternalDef = {
chains: {
Edgeware: 'edgeware'
},
create: (path: string, data: BN | number | string): string =>
create: (_chain: string, path: string, data: BN | number | string): string =>
`https://edgscan.ink/#/${path}/${data.toString()}`,
homepage: 'https://edgscan.ink/',
isActive: true,
Expand Down

0 comments on commit 659fce5

Please sign in to comment.