Skip to content

Commit

Permalink
Merge pull request #11 from nodestake/main
Browse files Browse the repository at this point in the history
Add haqq rpc/api by NodeStake
  • Loading branch information
liangping authored Oct 11, 2023
2 parents 59e50df + 7698692 commit 8515e79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chains/mainnet/haqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"api": [
{"provider": "Haqq Network", "address": "https://rest.cosmos.haqq.network"},
{"provider": "Haqq.sh", "address": "https://m-s1-sdk.haqq.sh"},
{"provider": "Allnodes", "address": "https://haqq-rest.publicnode.com"}
{"provider": "Allnodes", "address": "https://haqq-rest.publicnode.com"},
{"provider": "NodeStake", "address": "https://api.haqq.nodestake.top"}
],
"rpc": [
{"provider": "Haqq Network", "address": "https://rpc.tm.haqq.network"},
{"provider": "Haqq.sh", "address": "https://m-s1-tm.haqq.sh"},
{"provider": "Allnodes", "address": "https://haqq-rpc.publicnode.com:443"}
{"provider": "Allnodes", "address": "https://haqq-rpc.publicnode.com:443"},
{"provider": "NodeStake", "address": "https://rpc.haqq.nodestake.top"}
],
"snapshot_provider": "",
"sdk_version": "0.46.10",
Expand Down

0 comments on commit 8515e79

Please sign in to comment.