From 0d54d114f001cbd4c10fe46e1e02fd851a8cbe3a Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Fri, 15 Mar 2024 03:21:54 +0000 Subject: [PATCH] start at --- src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.rs b/src/consts.rs index cca2fe2..b4d5b44 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 = 0; +pub const START_AT: i64 = 1710471600; /// The addresses of the bus accounts. pub const BUS_ADDRESSES: [Pubkey; BUS_COUNT] = [