소스 검색

feat: swap

lushdog@outlook.com 1 개월 전
부모
커밋
af918a48b0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/app/my-lp/page.tsx

+ 2 - 0
src/app/my-lp/page.tsx

@@ -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())