Skip to content

Commit

Permalink
Revert "fix: L1 reference block drift invariant"
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 30, 2024
1 parent 50b974c commit d89f287
Show file tree
Hide file tree
Showing 17 changed files with 141 additions and 73,184 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const solidity = {
},
},
},
],
]
// overrides: {
// 'src/rollup/RollupUserLogic.sol': {
// version: '0.8.9',
Expand Down Expand Up @@ -214,6 +214,6 @@ module.exports = {
target: 'ethers-v5',
},
contractSizer: {
strict: true,
},
strict: true
}
}
Loading

0 comments on commit d89f287

Please sign in to comment.