Skip to content

Commit

Permalink
Release dag proxima network
Browse files Browse the repository at this point in the history
  • Loading branch information
sanlee42 committed Feb 1, 2024
1 parent a720253 commit 8b5a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/block/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub type BlockNumber = u64;
pub type ParentsHash = Option<Vec<HashValue>>;
//TODO: make sure height
static DEV_FLEXIDAG_FORK_HEIGHT: BlockNumber = 2;
static PROXIMA_FLEXIDAG_FORK_HEIGHT: BlockNumber = 10000;
static PROXIMA_FLEXIDAG_FORK_HEIGHT: BlockNumber = 100000;
static HALLEY_FLEXIDAG_FORK_HEIGHT: BlockNumber = 10000;
static BARNARD_FLEXIDAG_FORK_HEIGHT: BlockNumber = 10000;
static MAIN_FLEXIDAG_FORK_HEIGHT: BlockNumber = 1000000;
Expand Down

0 comments on commit 8b5a80f

Please sign in to comment.