Skip to content

Commit

Permalink
Update lib.rs to 7:15pm
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-futureverse authored Oct 19, 2023
1 parent 74d716e commit 99e7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/timestamp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ impl sp_inherents::InherentDataProvider for InherentDataProvider {
// TRN HOTFIX: mutate timestamp to make it revert back in time and have slots
// happen at 6x their speed from then until we have caught up with the present time.

const REVIVE_TIMESTAMP: u64 = 1697694300000; // Thurs 19, Oct 2023 6.45pm NZT
const REVIVE_TIMESTAMP: u64 = 1697696100000; // Thurs 19, Oct 2023 7.15pm NZT
const FORK_TIMESTAMP: u64 = 1697575576000; // Block number 8,260,344 18/10/2023, 07:46:16
const WARP_FACTOR: u64 = 2;

Expand Down

0 comments on commit 99e7e0b

Please sign in to comment.