Skip to content

Commit

Permalink
Use no optimization for mocks and aux
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Oct 17, 2024
1 parent 5632164 commit ebb1b62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion certora/L1FarmProxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"test/mocks/GemMock.sol"
],
"solc": "solc-0.8.21",
"solc_optimize": "200",
"solc_optimize_map": {
"L1FarmProxy": "200",
"Auxiliar": "0",
"L1TokenBridgeMock": "0",
"GemMock": "0"
},
"link": [
"L1FarmProxy:l1Bridge=L1TokenBridgeMock"
],
Expand Down
6 changes: 5 additions & 1 deletion certora/L2FarmProxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"test/mocks/FarmMock.sol"
],
"solc": "solc-0.8.21",
"solc_optimize": "200",
"solc_optimize_map": {
"L2FarmProxy": "200",
"GemMock": "0",
"FarmMock": "0"
},
"link": [
"L2FarmProxy:farm=FarmMock"
],
Expand Down

0 comments on commit ebb1b62

Please sign in to comment.