Skip to content

Commit

Permalink
promote Subscan explorers (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar authored May 27, 2024
1 parent 5f44d21 commit 94313ec
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions chains/v20/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -6993,6 +6993,13 @@
"name": "Pendulum node"
}
],
"explorers": [
{
"name": "Subscan",
"extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}",
"account": "https://pendulum.subscan.io/account/{address}"
}
],
"externalApi": {
"history": [
{
Expand Down Expand Up @@ -7282,6 +7289,13 @@
"name": "RadiumBlock node"
}
],
"explorers": [
{
"name": "Subscan",
"extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}",
"account": "https://ajuna.subscan.io/account/{address}"
}
],
"externalApi": {
"history": [
{
Expand Down Expand Up @@ -7501,6 +7515,11 @@
"name": "Varascan",
"account": "https://explorer.vara-network.io/account/{address}",
"event": "https://explorer.vara-network.io/event/{event}"
},
{
"name": "Subscan",
"extrinsic": "https://vara.subscan.io/extrinsic/{hash}",
"account": "https://vara.subscan.io/account/{address}"
}
],
"externalApi": {
Expand Down Expand Up @@ -7585,6 +7604,13 @@
"name": "Stakeworld node"
}
],
"explorers": [
{
"name": "Subscan",
"extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}",
"account": "https://bridgehub-polkadot.subscan.io/account/{address}"
}
],
"externalApi": {
"history": [
{
Expand Down Expand Up @@ -7623,6 +7649,13 @@
"name": "Stakeworld node"
}
],
"explorers": [
{
"name": "Subscan",
"extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}",
"account": "https://bridgehub-kusama.subscan.io/account/{address}"
}
],
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg",
"addressPrefix": 2
},
Expand Down

0 comments on commit 94313ec

Please sign in to comment.