Skip to content

Commit

Permalink
update halley force upgrade height
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Apr 14, 2024
1 parent da99dfe commit 23f9ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm-runtime/src/force_upgrade_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn get_force_upgrade_block_number(chain_id: &ChainId) -> u64 {
} else if chain_id.is_dev() {
5
} else if chain_id.is_halley() || chain_id.is_proxima() {
100
300
} else if chain_id.is_barnard() {
21478200
} else {
Expand Down

0 comments on commit 23f9ae2

Please sign in to comment.