Skip to content

Commit

Permalink
Change Nodeshub RPC Endpoints (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
NodesHub authored Apr 22, 2024
1 parent a32bbb6 commit 1bb1e88
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,14 @@
"url": "wss://zetachain-mainnet-archive.allthatnode.com:8546",
"type": "evm-ws"
},
{
"url": "https://zetachain.api.nodeshub.online:443",
"type": "cosmos-http"
},
{
"url": "https://zetachain.rpc.nodeshub.online:443",
"type": "tendermint-rpc"
},
{
"url": "https://zetachain-mainnet-archive.allthatnode.com:1317",
"type": "cosmos-http"
Expand Down Expand Up @@ -564,4 +572,4 @@
}
]
}
}
}

0 comments on commit 1bb1e88

Please sign in to comment.