Skip to content

Commit

Permalink
Update the medusa.json config to make sure multi.sol is solved (#383)
Browse files Browse the repository at this point in the history
* Update the medusa.json config to make sure multi.sol is solved

* Update medusa.json
  • Loading branch information
ggrieco-tob authored Jan 27, 2025
1 parent 781a325 commit bbbf79e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions program-analysis/echidna/example/medusa.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"workerResetLimit": 50,
"timeout": 0,
"testLimit": 0,
"shrinkLimit": 5000,
"callSequenceLength": 100,
"corpusDirectory": "",
"coverageEnabled": true,
"coverageFormats": ["html", "lcov"],
"targetContracts": [],
"predeployedContracts": {},
"targetContractsBalances": [],
"constructorArgs": {},
"deployerAddress": "0x30000",
Expand Down Expand Up @@ -43,16 +46,19 @@
"testPrefixes": ["echidna_"]
},
"optimizationTesting": {
"enabled": false,
"enabled": true,
"testPrefixes": ["optimize_"]
}
},
"targetFunctionSignatures": [],
"excludeFunctionSignatures": []
},
"chainConfig": {
"codeSizeCheckDisabled": true,
"cheatCodes": {
"cheatCodesEnabled": true,
"enableFFI": false
}
},
"skipAccountChecks": true
}
},
"compilation": {
Expand Down

0 comments on commit bbbf79e

Please sign in to comment.