-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters