From 5edf37b51edcd49cf7af5ed82792f2500fc186f1 Mon Sep 17 00:00:00 2001 From: alibabaedge <49843222+alibabaedge@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:43:37 +0100 Subject: [PATCH] Update README.md Add Citizen Web3 archive endpoints --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 09594100fea..a44d17a2fa5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,14 @@ Mainnet is currently running as `cosmoshub-4`. If you are looking for historical genesis files and other data [`cosmos/mainnet`](http://github.com/cosmos/mainnet) is an excellent resource. Snapshots are also available at [cosmos.quicksync.io](https://quicksync.io/networks/cosmos.html). +### Archive endpoints + +To access archived data from the Cosmos Hub network, you can use the following endpoints: + +- **RPC Endpoint**: `https://rpc.cosmoshub-4-archive.citizenweb3.com` +- **REST API Endpoint**: `https://api.cosmoshub-4-archive.citizenweb3.com` +- **gRPC Endpoint**: `grpc.cosmoshub-4-archive.citizenweb3.com` + ## Contributing Check out [CONTRIBUTING.md](CONTRIBUTING.md) for our guidelines & policies for how we develop the Cosmos Hub. Thank you to all those who have contributed!