From b09b5654f281ad6681d9469f4a3582508783e817 Mon Sep 17 00:00:00 2001 From: forcodedancing Date: Wed, 12 Jun 2024 16:49:35 +0800 Subject: [PATCH] chore: update testnet second sunset hardfork height (#1021) --- asset/testnet/app.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset/testnet/app.toml b/asset/testnet/app.toml index 9e8941950..50ec9d2ea 100644 --- a/asset/testnet/app.toml +++ b/asset/testnet/app.toml @@ -77,7 +77,7 @@ BEP126Height = 38931600 # Block height of BEP255 upgrade BEP255Height = 41650000 FirstSunsetHeight = 50121232 -SecondSunsetHeight = 53251229 +SecondSunsetHeight = 54554742 [query] # ABCI query interface black list, suggested value: ["custom/gov/proposals", "custom/timelock/timelocks", "custom/atomicSwap/swapcreator", "custom/atomicSwap/swaprecipient"]