Skip to content

Commit 0baafc6

Browse files
committed
chore: restore assume valid targets in v0.121.0-rc1
1 parent 0860c2d commit 0baafc6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

util/constant/src/latest_assume_valid_target.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ pub mod mainnet {
99
///
1010
/// Need to update when CKB's new release
1111
/// in mainnet: the 60 days ago block is:
12-
/// height: 14050088
13-
/// hash: 0x323642363d254e830556ba670907d4455c2aeb8a38a227da7401e92a297efede
14-
/// date: Wed Sep 18 08:24:48 AM CST 2024
15-
/// you can view this block in https://explorer.nervos.org/block/0x323642363d254e830556ba670907d4455c2aeb8a38a227da7401e92a297efede
12+
/// height: 14502091
13+
/// hash: 0x16b0d58543751a21c2cdb7be5d7077fbbcbc2097031e8c72b24dc5bd02a492f9
14+
/// date: Fri Nov 8 02:26:34 PM CST 2024
15+
/// you can view this block in https://explorer.nervos.org/block/0x16b0d58543751a21c2cdb7be5d7077fbbcbc2097031e8c72b24dc5bd02a492f9
1616
pub const DEFAULT_ASSUME_VALID_TARGET: &str =
17-
"0x323642363d254e830556ba670907d4455c2aeb8a38a227da7401e92a297efede";
17+
"0x16b0d58543751a21c2cdb7be5d7077fbbcbc2097031e8c72b24dc5bd02a492f9";
1818
}
1919
/// sync config related to testnet
2020
pub mod testnet {
2121
/// Default assume valid target for testnet, expect to be a block 60 days ago.
2222
///
2323
/// Need to update when CKB's new release
2424
/// in testnet: the 60 days ago block is:
25-
/// height: 14613282
26-
/// hash: 0x9674c22c68f4b65ff97944151c39ff3f8108707b4bc86378393b3312a823db77
27-
/// date: Wed Sep 18 08:25:27 AM CST 2024
28-
/// you can view this block in https://pudge.explorer.nervos.org/block/0x9674c22c68f4b65ff97944151c39ff3f8108707b4bc86378393b3312a823db77
25+
/// height: 15166546
26+
/// hash: 0x4400bcbdf652827f21e86ca88d50aa0ac3340968ff19eba6b183fd95164bc8f8
27+
/// date: Fri Nov 8 02:27:19 PM CST 2024
28+
/// you can view this block in https://pudge.explorer.nervos.org/block/0x4400bcbdf652827f21e86ca88d50aa0ac3340968ff19eba6b183fd95164bc8f8
2929
pub const DEFAULT_ASSUME_VALID_TARGET: &str =
30-
"0x9674c22c68f4b65ff97944151c39ff3f8108707b4bc86378393b3312a823db77";
30+
"0x4400bcbdf652827f21e86ca88d50aa0ac3340968ff19eba6b183fd95164bc8f8";
3131
}

0 commit comments

Comments
 (0)