Skip to content

Commit 20d3c87

Browse files
authored
Merge pull request #1016 from bnb-chain/mainnet/first_sunset
feat: enable FirstSunset on mainnet
2 parents 911507e + 4a70a7d commit 20d3c87

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.10.20
4+
This is the release for the First Sunset of BNB Beacon Chain Mainnet.
5+
6+
FEATURES
7+
* [\#1016](https://github.com/bnb-chain/node/pull/1016) [BEP] feat: enable FirstSunset on mainnet
8+
39
## v0.10.19
410
This is the bug-fix release for the sunset of BNB Beacon Chain.
511

asset/mainnet/app.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ BEP171Height = 310182000
6969
BEP126Height = 321213000
7070
# Block height of BEP255 upgrade
7171
BEP255Height = 328088888
72+
# Block height of BEP333 upgrade
73+
FirstSunsetHeight = 373526985
7274

7375
[addr]
7476
# 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.19"
15+
const NodeVersion = "v0.10.20"
1616

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

0 commit comments

Comments
 (0)