Skip to content

Commit

Permalink
release: release v0.10.24 (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing authored Oct 18, 2024
1 parent 01cc677 commit a7722bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions asset/mainnet/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a7722bf

Please sign in to comment.