code-423n4 / 2023-05-asymmetry-mitigation-findings

2 stars 2 forks source link

Mitigation Confirmed for M-12 #22

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

Fix looks good. The root cause of the issue is that users were not able to specify a min amount and was therefore only protected by the baseline slippage protection of the derivatives. This has been addressed by allowing the user to pass in a minAmount to manually control their slippage.

c4-judge commented 1 year ago

Picodes marked the issue as satisfactory