diff --git a/CHANGELOG.md b/CHANGELOG.md index 9964f0116..4f5979906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.10.24 +This is the release for the Final Sunset of BNB Beacon Chain Mainnet. + ## v0.10.23 This is the release for the Final Sunset of BNB Beacon Chain testnet. diff --git a/asset/mainnet/app.toml b/asset/mainnet/app.toml index b6b65a666..c9f3ea4a8 100644 --- a/asset/mainnet/app.toml +++ b/asset/mainnet/app.toml @@ -73,6 +73,8 @@ BEP255Height = 328088888 FirstSunsetHeight = 373526985 # Block height of BEP333 upgrade SecondSunsetHeight = 378062790 +# Block height of BEP333 upgrade +FinalSunsetHeight = 384544850 [addr] # Bech32PrefixAccAddr defines the Bech32 prefix of an account's address diff --git a/version/version.go b/version/version.go index 61abc8751..1b160ba9f 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ var ( Version string ) -const NodeVersion = "v0.10.23" +const NodeVersion = "v0.10.24" func init() { Version = fmt.Sprintf("BNB Beacon Chain Release: %s;", NodeVersion)