From 556a041e3b5b67601dbcdd900be4a73b2f1ba6d8 Mon Sep 17 00:00:00 2001 From: zjubfd <296179868@qq.com> Date: Tue, 7 May 2024 11:16:29 +0800 Subject: [PATCH] release: release v0.10.21 --- CHANGELOG.md | 2 ++ asset/testnet/app.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b57df63..a2f97b4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## v0.10.21 +This is the release for the Second Sunset of BNB Beacon Chain testnet. ## v0.10.20 This is the release for the First Sunset of BNB Beacon Chain Mainnet. diff --git a/asset/testnet/app.toml b/asset/testnet/app.toml index 948090568..9e8941950 100644 --- a/asset/testnet/app.toml +++ b/asset/testnet/app.toml @@ -77,6 +77,7 @@ BEP126Height = 38931600 # Block height of BEP255 upgrade BEP255Height = 41650000 FirstSunsetHeight = 50121232 +SecondSunsetHeight = 53251229 [query] # ABCI query interface black list, suggested value: ["custom/gov/proposals", "custom/timelock/timelocks", "custom/atomicSwap/swapcreator", "custom/atomicSwap/swaprecipient"]