From 299f5d13ab190da549fcc8ccbb0b25e6eb2828eb Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:37:20 -0400 Subject: [PATCH] Correcting Era back to 9759 --- config/CHANGELOG.md | 2 +- config/chainspec.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 4248dbd..9169dc5 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [comment]: <> (Fixed: any bug fixes) [comment]: <> (Security: in case of vulnerabilities) -## 1.5.1 - 9769 +## 1.5.1 - 9759 ### casper-node 1.5.1-805a420 ## Added diff --git a/config/chainspec.toml b/config/chainspec.toml index 9290ef3..eb38c34 100644 --- a/config/chainspec.toml +++ b/config/chainspec.toml @@ -11,7 +11,7 @@ hard_reset = true # in contract-runtime for computing genesis post-state hash. # # If it is an integer, it represents an era ID, meaning the protocol version becomes active at the start of this era. -activation_point = 9769 +activation_point = 9759 # Optional era ID in which the last emergency restart happened. last_emergency_restart = 7098