|
|
@@ -338,6 +338,7 @@ function MyLPPageContent() {
|
|
|
body: JSON.stringify({
|
|
|
nftMintAddress: record.nftMintAddress,
|
|
|
addUsdValue: addAmount,
|
|
|
+ needSwap: true,
|
|
|
}),
|
|
|
})
|
|
|
.then((res) => res.json())
|
|
|
@@ -375,6 +376,7 @@ function MyLPPageContent() {
|
|
|
body: JSON.stringify({
|
|
|
nftMintAddress: record.nftMintAddress,
|
|
|
addUsdValue,
|
|
|
+ needSwap: true,
|
|
|
}),
|
|
|
})
|
|
|
.then((res) => res.json())
|