Skip to content

Commit

Permalink
update RPC service doc
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed May 15, 2022
1 parent bda77c1 commit f09a4ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
13 changes: 8 additions & 5 deletions docs/rpc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Cosmosia uses snapshots from:
- [quicksync.io](https://quicksync.io/)
- [alexvalidator.com](https://snapshots.alexvalidator.com/)
- [staketab.com](https://cosmos-snap.staketab.com/)
- [polkachu.com](https://polkachu.com/tendermint_snapshots)
### RPC service

There is a [RPC service](../rpc) for each chain. Each RPC service could has one or more instances, and load-balanced with [load-balancer](../load_balancer).

Instance could be down or synching... at runtime. So there is a healthcheck cgi-script to let the load-balancer knowns if
its healthy to serve.


7 changes: 6 additions & 1 deletion docs/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ snapshot_node = "cosmosia1"
```



---
Cosmosia also uses snapshots from other providers as 1st bootstrap snapshot or backup:
- [quicksync.io](https://quicksync.io/)
- [alexvalidator.com](https://snapshots.alexvalidator.com/)
- [staketab.com](https://cosmos-snap.staketab.com/)
- [polkachu.com](https://polkachu.com/tendermint_snapshots)

0 comments on commit f09a4ab

Please sign in to comment.