[QS][MNT-01] Adherence To Specification: BIT Holders Might Get Less MNT (High)
Closed this issue · 0 comments
afkbyte commented
Description
The proposal in BitDAO states: “The one-way token conversion ratio shall be set at 1 $BIT token to 1 $MNT token”. However, the MantleTokenMigrator
contract computes the ratio based on TOKEN_CONVERSION_NUMERATOR
and TOKEN_CONVERSION_DENOMINATOR
, possibly not guaranteeing the 1:1 ratio.
Recommendation:
Remove such constants and conversion calculations or updating the proposal and other related documentation.