Skip to content

Commit

Permalink
Update Lib1559Math.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Mar 28, 2024
1 parent 0ef05d4 commit 7146076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/test/L2/Lib1559Math.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ contract TestLib1559Math is TaikoTest {
console2.log("baseFee:", i, baseFee);
}

// basefee will reach 1 gwei if gasExcess > 19620000000
// basefee will reach 1 gwei if gasExcess > 10020000000
console2.log("basefee will reach 1 gwei if gasExcess >", gasTarget * i);
assertEq(i, 327);
assertEq(i, 167);
}
}

0 comments on commit 7146076

Please sign in to comment.