diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index baca7c4..293fd46 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.4.5 - +### 1.4.5 - 4417 ### casper-node 1.4.5-a7f6a648d-casper-mainnet ## Added diff --git a/stage_upgrade.sh b/stage_upgrade.sh index a9c9fdb..8176054 100644 --- a/stage_upgrade.sh +++ b/stage_upgrade.sh @@ -18,7 +18,7 @@ if [[ -d "/etc/casper/1_4_5" ]]; then fi # bump max global state for protocol 1_4_4: -sudo sed -i "/max_global_state_size =/c\max_global_state_size = 1_539_316_278_886" /etc/casper/1_4_4/config.toml +sudo sed -i "/max_global_state_size =/c\max_global_state_size = 1_539_316_281_344" /etc/casper/1_4_4/config.toml CNL_VERSION=$(casper-node-launcher --version | cut -d' ' -f4)