From 4cb63c6c11599593ff618d2c62f52ac4e4c5ce48 Mon Sep 17 00:00:00 2001 From: Akaonetwo <107335783+Akare123@users.noreply.github.com> Date: Tue, 10 Dec 2024 04:01:03 +0300 Subject: [PATCH] Update README.md Hello, I have two suggestions for this document: First, there is a typo in "devenet data". It should be "devnet data", Second, a grammatical error, "all the BTC block headers that has passed since babylon started"; "has" should be replaced as "have". Thanks. --- app/upgrades/v1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/upgrades/v1/README.md b/app/upgrades/v1/README.md index 518d3a472..632e9865d 100644 --- a/app/upgrades/v1/README.md +++ b/app/upgrades/v1/README.md @@ -22,7 +22,7 @@ different block headers. So, the upgrade data will be divided into 2 Devnets that are only for internal testing should just replace the upgrade data files in testnet and build the binary with `make build-testnet`. No need -to push the devenet data into the github repository. +to push the devnet data into the github repository. ## Upgrade data as string @@ -47,7 +47,7 @@ This upgrade accepts insertion of multiple due to Babylon Phase-1 and Phase-2 launch will be a few months apart, so during Phase-1 Babylon accepts BTC delegations without Babylonchain running. At the time of launching the Babylonchain it is needed all the BTC block -headers that has passed since babylon started to accept BTC staking messages, +headers that have passed since babylon started to accept BTC staking messages, and to avoid giving too much work for [vigilante](https://github.com/babylonlabs-io/vigilante) to submit all of those missing headers.