Skip to content

Commit

Permalink
feat: add Chainroot resources and info (#5755)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamirpanah authored Dec 27, 2024
1 parent fbc5667 commit 41a92ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions terra2/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@
{
"address": "https://terra-rpc.cosmosrescue.dev:8443",
"provider": "cosmosrescue"
},
{
"address": "https://terra-rpc.chainroot.io",
"provider": "Chainroot"
}
],
"rest": [
Expand Down Expand Up @@ -206,6 +210,10 @@
{
"address": "https://terra-api.cosmosrescue.dev:8443",
"provider": "cosmosrescue"
},
{
"address": "https://terra-api.chainroot.io",
"provider": "Chainroot"
}
],
"grpc": [
Expand Down Expand Up @@ -240,6 +248,10 @@
{
"address": "https://terra2.tdrsys.com:2083",
"provider": "TdrSys"
},
{
"address": "terra-grpc.chainroot.io:443",
"provider": "Chainroot"
}
]
},
Expand Down Expand Up @@ -272,6 +284,12 @@
"url": "https://www.mintscan.io/terra",
"tx_page": "https://www.mintscan.io/terra/transactions/${txHash}",
"account_page": "https://www.mintscan.io/terra/accounts/${accountAddress}"
},
{
"kind": "Chainroot",
"url": "https://explorer.chainroot.io/terra",
"tx_page": "https://explorer.chainroot.io/terra/transactions/${txHash}",
"account_page": "https://explorer.chainroot.io/terra/accounts/${accountAddress}"
}
],
"images": [
Expand Down

0 comments on commit 41a92ed

Please sign in to comment.