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 authored Sep 9, 2024
1 parent 462f69a commit e50e03c
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 @@ -200,6 +200,6 @@ module.exports = {
target: 'ethers-v5',
},
contractSizer: {
strict: true,
},
strict: true
}
}
Loading

0 comments on commit e50e03c

Please sign in to comment.