Both createWithoutArgs
and create
in QuantAMMWeightedPoolFactory
are using wrong version. Instead of passing the _poolVersion
, it is used a hardcoded string version
.
Wrong pool version will be populated for all of the created pools by this factory.
Manual review
Refactor the code in the following way:
Version is immutable as specified in Version.sol and can be what the developer wants. It is hardcoded and will be changed by the admin for every deployment. No real impact here.
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.