update start at

This commit is contained in:
Hardhat Chad
2024-03-24 13:24:55 +00:00
parent ad1185e069
commit 9140cc69db

View File

@@ -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);