Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asset: add bep255 upgrade height for mainnet #977

Merged
merged 4 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions asset/mainnet/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ FixDoubleSignChainIdHeight = 9223372036854775807
BEP171Height = 310182000
#Block height of BEP126 upgrade
BEP126Height = 321213000
# Block height of BEP255 upgrade
BEP255Height = 328088888

[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.15"
const NodeVersion = "v0.10.16"

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