From 312755833d9b85175f23a5a0d129a9311ecebb69 Mon Sep 17 00:00:00 2001 From: taiki1frsy Date: Fri, 26 Aug 2022 16:15:39 +0900 Subject: [PATCH 1/2] fix the block height --- networks/ununifi-beta/upgrades/v1-beta.2/guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/networks/ununifi-beta/upgrades/v1-beta.2/guide.md b/networks/ununifi-beta/upgrades/v1-beta.2/guide.md index 84179c6b8..e8860c7ff 100644 --- a/networks/ununifi-beta/upgrades/v1-beta.2/guide.md +++ b/networks/ununifi-beta/upgrades/v1-beta.2/guide.md @@ -7,9 +7,9 @@ reason why we do by upgrade is we currently make the feature to send tokens disa ## Brief guide -All validators nodes should upgrades to `v1.0.0-beta.2`. The `v1.0.0-beta.2` binary is state machine compatible with `v1.0.0-beta.1` until block 14181300. At 12:00AM UTC on August 30th, 2022, we will have a coordinated re-start of the network. -All validator nodes have to do is set the binary of `v1.0.0-beta.2` in the appropriate location before 14181300 block height. -At 14181300, if you use cosmovisor, the system automatically upgrades the binary and block 14181300 will be mined with over 67% voting power. +All validators nodes should upgrades to `v1.0.0-beta.2`. The `v1.0.0-beta.2` binary is state machine compatible with `v1.0.0-beta.1` until block 1481300. At 12:00AM UTC on August 30th, 2022, we will have a coordinated re-start of the network. +All validator nodes have to do is set the binary of `v1.0.0-beta.2` in the appropriate location before 1481300 block height. +At 1418130, if you use cosmovisor, the system automatically upgrades the binary and block 1481300 will be mined with over 67% voting power. ## Go Requirement From 1f9e2975a145868e3337a458888bbc94d4de3935 Mon Sep 17 00:00:00 2001 From: taiki1frsy Date: Fri, 26 Aug 2022 16:43:14 +0900 Subject: [PATCH 2/2] fix extimated block time --- networks/ununifi-beta/upgrades/v1-beta.2/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/ununifi-beta/upgrades/v1-beta.2/guide.md b/networks/ununifi-beta/upgrades/v1-beta.2/guide.md index e8860c7ff..09dc8762a 100644 --- a/networks/ununifi-beta/upgrades/v1-beta.2/guide.md +++ b/networks/ununifi-beta/upgrades/v1-beta.2/guide.md @@ -7,7 +7,7 @@ reason why we do by upgrade is we currently make the feature to send tokens disa ## Brief guide -All validators nodes should upgrades to `v1.0.0-beta.2`. The `v1.0.0-beta.2` binary is state machine compatible with `v1.0.0-beta.1` until block 1481300. At 12:00AM UTC on August 30th, 2022, we will have a coordinated re-start of the network. +All validators nodes should upgrades to `v1.0.0-beta.2`. The `v1.0.0-beta.2` binary is state machine compatible with `v1.0.0-beta.1` until block 1481300. At 18:00 UTC on August 30th, 2022, we will have a coordinated re-start of the network. All validator nodes have to do is set the binary of `v1.0.0-beta.2` in the appropriate location before 1481300 block height. At 1418130, if you use cosmovisor, the system automatically upgrades the binary and block 1481300 will be mined with over 67% voting power.