Skip to content

Commit

Permalink
update HALLEY_FORCE_UPGRADE_BLOCK_NUMBER
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Apr 13, 2024
1 parent 9be13ca commit 4a51280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod service;
pub const FORCE_UPGRADE_PACKAGE: Dir = include_dir!("package");

pub const MAIN_FORCE_UPGRADE_BLOCK_NUMBER: BlockNumber = 17000000;
pub const HALLEY_FORCE_UPGRADE_BLOCK_NUMBER: BlockNumber = 660;
pub const HALLEY_FORCE_UPGRADE_BLOCK_NUMBER: BlockNumber = 520;
/// XXX FIXME YSG FORCE_UPGRADE
pub static FORCE_UPGRADE_BLOCK_MAP: Lazy<BTreeMap<BlockNumber, WriteSet>> = Lazy::new(|| {
let mut maps = BTreeMap::new();
Expand Down

0 comments on commit 4a51280

Please sign in to comment.