Open GalloDaSballo opened 3 months ago
swapBaseFee is capped to 1e18, but it is added to Pair.getSwapFee meaning that it may result in a value higher than 100%
swapBaseFee
Pair.getSwapFee
Cap fees at a smaller value, such as at most 10%
Impact
swapBaseFee
is capped to 1e18, but it is added toPair.getSwapFee
meaning that it may result in a value higher than 100%Mitigation
Cap fees at a smaller value, such as at most 10%