Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar committed Sep 25, 2024
1 parent 2353d1e commit 66bfcb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chains/v20/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@
"explorers": [
{
"name": "Subscan",
"extrinsic": "https://people-kusama.subscan.io/{hash}",
"account": "https://people-kusama.subscan.io/{address}"
"extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}",
"account": "https://people-kusama.subscan.io/account/{address}"
}
],
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg",
Expand Down
4 changes: 2 additions & 2 deletions chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9405,8 +9405,8 @@
"explorers": [
{
"name": "Subscan",
"extrinsic": "https://people-kusama.subscan.io/{hash}",
"account": "https://people-kusama.subscan.io/{address}"
"extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}",
"account": "https://people-kusama.subscan.io/account/{address}"
}
],
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg",
Expand Down

0 comments on commit 66bfcb7

Please sign in to comment.