Skip to content

Commit

Permalink
tests: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed May 10, 2024
1 parent 8a685a9 commit 4e87d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/test/L1/SystemConfig.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ contract SystemConfig_Init_CustomGasToken is SystemConfig_Init {

systemConfig.initialize({
_owner: alice,
_overhead: 2100,
_scalar: 1000000,
_basefeeScalar: 2100,
_blobbasefeeScalar: 1000000,
_batcherHash: bytes32(hex"abcd"),
_gasLimit: 30_000_000,
_unsafeBlockSigner: address(1),
Expand Down

0 comments on commit 4e87d86

Please sign in to comment.