File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.10.24
4+ This is the release for the Final Sunset of BNB Beacon Chain Mainnet.
5+
36## v0.10.23
47This is the release for the Final Sunset of BNB Beacon Chain testnet.
58
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ BEP255Height = 328088888
7373FirstSunsetHeight = 373526985
7474# Block height of BEP333 upgrade
7575SecondSunsetHeight = 378062790
76+ # Block height of BEP333 upgrade
77+ FinalSunsetHeight = 384544850
7678
7779[addr ]
7880# Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
Original file line number Diff line number Diff line change 1212 Version string
1313)
1414
15- const NodeVersion = "v0.10.23 "
15+ const NodeVersion = "v0.10.24 "
1616
1717func init () {
1818 Version = fmt .Sprintf ("BNB Beacon Chain Release: %s;" , NodeVersion )
You can’t perform that action at this time.
0 commit comments