From 9140cc69db6c897783547d40e98b4c0b7fd0ec15 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Sun, 24 Mar 2024 13:24:55 +0000 Subject: [PATCH] update start at --- src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.rs b/src/consts.rs index 067a327..836047d 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -1,7 +1,7 @@ use solana_program::{keccak::Hash, pubkey, pubkey::Pubkey}; /// The unix timestamp after which mining is allowed. -pub const START_AT: i64 = 1710471600; +pub const START_AT: i64 = 1712070900; /// The initial reward rate to payout in the first epoch. pub const INITIAL_REWARD_RATE: u64 = 10u64.pow(3u32);