Skip to content

Commit

Permalink
chore: 2nd hardfork testnet activation params
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Jan 11, 2024
1 parent a51fca4 commit f2890df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion util/constant/src/hardfork/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit f2890df

Please sign in to comment.