Skip to content

Commit

Permalink
update fork block info
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Feb 21, 2024
1 parent 685ac82 commit fea0363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ pub static BARNARD_HARD_FORK_HASH: Lazy<HashValue> = Lazy::new(|| {
.expect("")
});

pub static DRAGON_HARD_FORK_HEIGHT: BlockNumber = 100;
pub static DRAGON_HARD_FORK_HEIGHT: BlockNumber = 16801958;
pub static DRAGON_HARD_FORK_HASH: Lazy<HashValue> = Lazy::new(|| {
HashValue::from_hex_literal(
"0xfb148055ebb42e0bcf6c77155059ac7ab5e2b5eb07592f876f9956bd67b12d69",
"0xbef8d0af3b358af9fe25f7383fd2580679c54fe2ce7ff7a7434785ba6d11b943",
)
.expect("")
});
Expand Down

0 comments on commit fea0363

Please sign in to comment.