The mip-m17.sol
contract is a regular contract that will be deployed. As per the documentation it's purpose is MIP-M17 Governance Proposal
. However the contract is implemented in a wrong way.
First we can see that some of the imports are @forge-std/Test.sol
and @forge-std/console.sol
. These imports must be used only in contracts used for testing. We can also see some cheat codes
used only for testing. They are vm.readFile
and vm.parseJson
, assertEq
is used too for comparing values.
Wrong implementation of contract that will be deployed.
Manual Review
Rewrite the whole logic and do not use keywords
for testing contracts.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.