Skip to content

Commit

Permalink
Merge pull request #2155 from chainroot/main
Browse files Browse the repository at this point in the history
feat: add Chainroot resources and info
  • Loading branch information
Kwonhyukjoon authored Jan 2, 2025
2 parents 4e6aafd + 1b8999b commit f2ea69d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chain/chihuahua/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
{
"provider": "Validatus",
"url": "grpc.chihuahua.validatus.com:443"
},
{
"provider": "Chainroot",
"url": "chihuahua-grpc.chainroot.io:443"
}
],
"lcd_endpoint" : [
Expand All @@ -72,6 +76,10 @@
{
"provider": "Polkachu",
"url": "https://chihuahua-api.polkachu.com/"
},
{
"provider": "Chainroot",
"url": "https://chihuahua-api.chainroot.io/"
}
],
"explorer" : {
Expand Down
8 changes: 8 additions & 0 deletions chain/umee/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
{
"provider": "StakeTown",
"url": "umee-grpc.stake-town.com:443"
},
{
"provider": "Chainroot",
"url": "ux-grpc.chainroot.io:443"
}
],
"lcd_endpoint" : [
Expand All @@ -75,6 +79,10 @@
{
"provider": "QuantNode",
"url": "https://umee-lcd.quantnode.tech/"
},
{
"provider": "Chainroot",
"url": "https://ux-api.chainroot.io/"
}
],
"explorer" : {
Expand Down

0 comments on commit f2ea69d

Please sign in to comment.