From 60950114cfe807daed88f0a325730d459f2aedcb Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 15:39:05 -0700 Subject: [PATCH] chore: update state sync providers (#874) (#878) feat: snapshot, rpc, api services added docs: web page link changed ## Description closes: #XXXX ---- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added appropriate labels to the PR - [ ] added `!` to the type prefix if API or client breaking change - [ ] targeted the correct branch (see [PR Targeting](https://github.com/umee-network/umee/blob/main/CONTRIBUTING.md#pr-targeting)) - [ ] provided a link to the relevant issue or specification - [ ] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed state machine logic - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) (cherry picked from commit ec309bc17f0bf6d9843f95f30485684375be698e) Co-authored-by: Alexey <87909854+AlexToTheMoon@users.noreply.github.com> --- networks/umee-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/umee-1/README.md b/networks/umee-1/README.md index 5cf59b7558..9028a8b0e8 100644 --- a/networks/umee-1/README.md +++ b/networks/umee-1/README.md @@ -4,7 +4,7 @@ ## State Sync Providers -- https://www.theamsolutions.info/umee-state-sync +- https://theamsolutions.info/umee-services - https://stakeangle.com/state-sync/umee - https://book.testnet.run/umee/state-sync - https://bitszn.com/snapshots.html