Skip to content

Commit

Permalink
Fix polkaholic URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eapo committed Mar 4, 2024
1 parent b33021e commit f5e3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-config/src/links/polkaholic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Polkaholic: ExternalDef = {
kintsugi: 'kintsugi'
},
create: (chain: string, path: string, data: BN | number | string): string =>
`https://${chain}.polkaholic.io/${path}/${data.toString()}`,
`https://polkaholic.io/${path}/${data.toString()}&chainfilters=${chain}`,
homepage: 'https://polkaholic.io/',
isActive: true,
paths: {
Expand Down

0 comments on commit f5e3018

Please sign in to comment.