Skip to content

Commit

Permalink
Update TaikoAnchor.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Feb 10, 2025
1 parent 80a982a commit 799167f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/test/layer2/TaikoAnchor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ contract TestTaikoAnchor is Layer2Test {
anchor.anchorV3(
++anchorBlockId,
anchorStateRoot,
bytes32(0),
_parentGasUsed,
baseFeeConfig,
new bytes32[](0)
Expand Down Expand Up @@ -172,7 +171,6 @@ contract TestTaikoAnchor is Layer2Test {
anchor.anchorV3(
++anchorBlockId,
anchorStateRoot,
bytes32(0),
parentGasUsed,
baseFeeConfig,
new bytes32[](0)
Expand Down

0 comments on commit 799167f

Please sign in to comment.