Skip to content

Commit

Permalink
Update dHealth Testnet (#5265)
Browse files Browse the repository at this point in the history
* fix: add grpc endpoint for dhealthtestnet

* fix: add peers & persistent_peers
  • Loading branch information
nsonanh committed Sep 5, 2024
1 parent 7a2c4e6 commit 330618f
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions testnets/dhealthtestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,30 @@
}
},
"peers": {
"seeds": [],
"persistent_peers": []
"seeds": [
{
"id": "fc0c8cc6ea5aa458c9c980ef5d3f1f76861f8b4b",
"address": "216.181.107.25:26656",
"provider": "dhealth"
},
{
"id": "c1ba82a9dad2d0f7340bce31c3956fed9a2741b7",
"address": "88.214.21.104:26656",
"provider": "dhealth"
}
],
"persistent_peers": [
{
"id": "fc0c8cc6ea5aa458c9c980ef5d3f1f76861f8b4b",
"address": "216.181.107.25:26656",
"provider": "dhealth"
},
{
"id": "c1ba82a9dad2d0f7340bce31c3956fed9a2741b7",
"address": "88.214.21.104:26656",
"provider": "dhealth"
}
]
},
"apis": {
"rpc": [
Expand All @@ -89,7 +111,12 @@
"provider": "dHealth"
}
],
"grpc": []
"grpc": [
{
"address": "rpc-testnet.dhealth.dev:9090",
"provider": "dHealth"
}
]
},
"explorers": []
}

0 comments on commit 330618f

Please sign in to comment.