fixing fee/lp amount display bug
This commit is contained in:
@@ -643,8 +643,8 @@ export function useSwapMintAmounts(
|
|||||||
|
|
||||||
setSwapMintAmounts({
|
setSwapMintAmounts({
|
||||||
amountInUsed: result[0],
|
amountInUsed: result[0],
|
||||||
fee: result[1],
|
fee: result[2],
|
||||||
lpMinted: result[2],
|
lpMinted: result[1],
|
||||||
calculatedSlippage,
|
calculatedSlippage,
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user