Skip to content

Commit

Permalink
fix: update Polimec explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jun 19, 2024
1 parent c932a4a commit 238a2c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/renderer/shared/config/chains/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -5873,9 +5873,10 @@
],
"explorers": [
{
"name": "Statescan",
"account": "https://polimec.statescan.io/#/accounts/{address}",
"event": "https://polimec.statescan.io/#/events/{event}"
"name": "Polimec explorer",
"account": "https://explorer.polimec.org/polimec/account/{address}",
"event": "https://explorer.polimec.org/polimec/event/{event}",
"extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}"
}
],
"externalApi": {
Expand Down
7 changes: 4 additions & 3 deletions src/renderer/shared/config/chains/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -6293,9 +6293,10 @@
],
"explorers": [
{
"name": "Statescan",
"account": "https://polimec.statescan.io/#/accounts/{address}",
"event": "https://polimec.statescan.io/#/events/{event}"
"name": "Polimec explorer",
"account": "https://explorer.polimec.org/polimec/account/{address}",
"event": "https://explorer.polimec.org/polimec/event/{event}",
"extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}"
}
],
"externalApi": {
Expand Down

0 comments on commit 238a2c4

Please sign in to comment.