Skip to content

Commit

Permalink
feat(protocol): update ontakeForkHeight to Sep 24, 2024 (#18046)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 authored Sep 9, 2024
1 parent 15709af commit 30c9316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/hekla/HeklaTaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract HeklaTaikoL1 is TaikoL1 {
minGasExcess: 1_340_000_000,
maxGasIssuancePerBlock: 600_000_000 // two minutes
}),
ontakeForkHeight: 793_000
ontakeForkHeight: 840_512
});
}
}
2 changes: 1 addition & 1 deletion packages/protocol/contracts/hekla/HeklaTaikoL2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import "../L2/TaikoL2.sol";
/// @custom:security-contact security@taiko.xyz
contract HeklaTaikoL2 is TaikoL2 {
function ontakeForkHeight() public pure override returns (uint64) {
return 793_000;
return 840_512;
}
}

0 comments on commit 30c9316

Please sign in to comment.