Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhodl committed Jun 11, 2024
1 parent 8f36177 commit 6da042b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/EthStorageContractL2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ interface IL1Block {

contract EthStorageContractL2 is EthStorageContract2 {
IL1Block public constant l1Block = IL1Block(0x4200000000000000000000000000000000000015);
uint16 public constant maxL2MiningDrift = 64 * 6;

constructor(
Config memory _config,
Expand Down

0 comments on commit 6da042b

Please sign in to comment.