Skip to content

Commit

Permalink
release: release v0.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed Jun 26, 2024
1 parent b09b565 commit 9af5a1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## v0.10.22
This is the release for the Second Sunset of BNB Beacon Chain Mainnet.

## v0.10.21
This is the release for the Second 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 @@ -71,6 +71,8 @@ BEP126Height = 321213000
BEP255Height = 328088888
# Block height of BEP333 upgrade
FirstSunsetHeight = 373526985
# Block height of BEP333 upgrade
SecondSunsetHeight = 378062790

[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.21"
const NodeVersion = "v0.10.22"

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

0 comments on commit 9af5a1e

Please sign in to comment.