From 28feab5d378f4c36200afe2f66cb95c841801b22 Mon Sep 17 00:00:00 2001 From: forcodedancing Date: Wed, 12 Jun 2024 16:21:12 +0800 Subject: [PATCH] chore: update testnet second sunset hardfork height --- 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..19554b9e5 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 = 54595396 [query] # ABCI query interface black list, suggested value: ["custom/gov/proposals", "custom/timelock/timelocks", "custom/atomicSwap/swapcreator", "custom/atomicSwap/swaprecipient"]