Skip to content

Commit

Permalink
Change genesis time for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Mar 7, 2022
1 parent 9204008 commit 11b1ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sg-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mod query;
mod route;

pub const NATIVE_DENOM: &str = "ustars";
// 3/11/2022 16:00:00 ET
pub const GENESIS_MINT_START_TIME: u64 = 1647032400000000000;
// 3/7/2022
pub const GENESIS_MINT_START_TIME: u64 = 1646409053000000000;

pub use msg::{
create_claim_for_msg, create_fund_community_pool_msg, ClaimAction, StargazeMsg,
Expand Down

0 comments on commit 11b1ef0

Please sign in to comment.