Skip to content

Commit a7722bf

Browse files
release: release v0.10.24 (#1027)
1 parent 01cc677 commit a7722bf

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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
47
This is the release for the Final Sunset of BNB Beacon Chain testnet.
58

asset/mainnet/app.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ BEP255Height = 328088888
7373
FirstSunsetHeight = 373526985
7474
# Block height of BEP333 upgrade
7575
SecondSunsetHeight = 378062790
76+
# Block height of BEP333 upgrade
77+
FinalSunsetHeight = 384544850
7678

7779
[addr]
7880
# Bech32PrefixAccAddr defines the Bech32 prefix of an account's address

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
Version string
1313
)
1414

15-
const NodeVersion = "v0.10.23"
15+
const NodeVersion = "v0.10.24"
1616

1717
func init() {
1818
Version = fmt.Sprintf("BNB Beacon Chain Release: %s;", NodeVersion)

0 commit comments

Comments
 (0)