Skip to content

Commit

Permalink
Merge pull request #9 from EspressoSystems/jh/rollup-user-logic
Browse files Browse the repository at this point in the history
Use solc 0.8.26 for RollupUserLogic to avoid the size issue
  • Loading branch information
ImJeremyHe authored Jul 11, 2024
2 parents 1591697 + 105ae52 commit 073785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const solidity = {
],
overrides: {
'src/rollup/RollupUserLogic.sol': {
version: '0.8.9',
version: '0.8.26',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 073785c

Please sign in to comment.