Skip to content

Commit

Permalink
genesis timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
damip committed Oct 5, 2022
1 parent ffa2c23 commit e0aa2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions massa-models/src/config/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ lazy_static::lazy_static! {
.saturating_add(MassaTime::from_millis(1000 * 10))
)
} else {
1663754400000.into() // Wednesday, September 21, 2022 10:00:00 PM UTC
1664978400000.into() // Wednesday, October 5, 2022 2:00:00 PM UTC
};

/// TESTNET: time when the blockclique is ended.
pub static ref END_TIMESTAMP: Option<MassaTime> = if cfg!(feature = "sandbox") {
None
} else {
Some(1664560800000.into()) // Friday, September 30, 2022 18:00:00 UTC
Some(1667142000000.into()) // Sunday, October 30, 2022 3:00:00 PM UTC
};
/// `KeyPair` to sign genesis blocks.
pub static ref GENESIS_KEY: KeyPair = KeyPair::from_str("S1UxdCJv5ckDK8z87E5Jq5fEfSVLi2cTHgtpfZy7iURs3KpPns8")
Expand Down

0 comments on commit e0aa2f3

Please sign in to comment.