Skip to content

Commit

Permalink
Update edgscan.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang authored Nov 8, 2023
1 parent 925a928 commit e509e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/apps-config/src/links/edgscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ export default {
Edgeware: 'edgeware'
},
create: (chain: string, path: string, data: BN | number | string): string =>
`https://edgscan.ink/${path}/${data.toString()}`,
`https://edgscan.ink/#/${path}/${data.toString()}`,
isActive: true,
logo: externalLogos.edgscan as string,
paths: {
address: 'account',
block: 'block',
address: 'accounts',
block: 'blocks',
bounty: 'bounty',
council: 'council',
extrinsic: 'extrinsic',
extrinsic: 'extrinsics',
proposal: 'democracy_proposal',
referendum: 'referenda',
tip: 'treasury_tip',
Expand Down

0 comments on commit e509e37

Please sign in to comment.