Skip to content

Commit

Permalink
update target height to 3401450
Browse files Browse the repository at this point in the history
  • Loading branch information
tiannian committed Dec 23, 2022
1 parent aab2e99 commit a4d2794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/config/src/abci/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ impl CheckPointConfig {
fix_delegators_am_height: 3351349,
validators_limit_v2_height: 3351349,
evm_substate_v2_height: 3351349,
disable_delegate_frc20: 3412250,
fix_exec_code: 3412250,
disable_delegate_frc20: 3401450,
fix_exec_code: 3401450,
};
let content = toml::to_string(&config).unwrap();
file.write_all(content.as_bytes()).unwrap();
Expand Down

0 comments on commit a4d2794

Please sign in to comment.