From f2890dfa7847eca36e11f8dc26e9e2214a4a0777 Mon Sep 17 00:00:00 2001 From: zhangsoledad <787953403@qq.com> Date: Thu, 11 Jan 2024 15:15:18 +0800 Subject: [PATCH] chore: 2nd hardfork testnet activation params --- util/constant/src/hardfork/testnet.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/util/constant/src/hardfork/testnet.rs b/util/constant/src/hardfork/testnet.rs index 6f2b061368..febc68d198 100644 --- a/util/constant/src/hardfork/testnet.rs +++ b/util/constant/src/hardfork/testnet.rs @@ -8,4 +8,8 @@ pub const RFC0028_RFC0032_RFC0033_RFC0034_START_EPOCH: u64 = 3113; pub const CKB2021_START_EPOCH: u64 = 0; /// hardcode ckb2023 epoch -pub const CKB2023_START_EPOCH: u64 = u64::MAX; +/// 2024/02/05 7:44 utc +/// | hash | number | timestamp | epoch | +/// | 0x4014244087d989355c1d06311f3f73582607d4c991e03296f703f9221f77aabe | 11937425 | 1704944649417 | 9074 | +/// 1704944649417 + 151 * 4 * 60 * 60 * 1000 = 1707119049417 2024/02/05 7:44 utc +pub const CKB2023_START_EPOCH: u64 = 9225;