Closed kshore2k closed 1 year ago
in getUniv2ExactWethTokenMinRecv() all of the logic within the for loop never runs, and instead it just returns the input arg since path always has a length of 2. The loop only runs while i > 1 and i == 1 always.
for (let i = path.length - 1; i > 1; i--)
skill isue
in getUniv2ExactWethTokenMinRecv() all of the logic within the for loop never runs, and instead it just returns the input arg since path always has a length of 2. The loop only runs while i > 1 and i == 1 always.
for (let i = path.length - 1; i > 1; i--)