From d54b0d2162d921ca3c3df17687b37b05294dbf16 Mon Sep 17 00:00:00 2001 From: iskysun96 Date: Tue, 28 May 2024 16:06:31 +0900 Subject: [PATCH] deploy-config rm profit --- README.md | 2 +- .../smart_contracts/nft_marketplace/deploy-config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2007cf9..3742955 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > πŸš§βœ‹ 잠깐! 였늘 μ½”λ”© 과제λ₯Ό μ„±κ³΅μ μœΌλ‘œ 끝내기 μœ„ν•΄ κΌ­!! μ•„λž˜ μ„€λͺ…을 μ°¨λ‘€λŒ€λ‘œ λ‹€ 읽고 μ§„ν–‰ν•΄μ£Όμ„Έμš”!!! -카이슀트 였라클 X μ•Œκ³ λžœλ“œ 개발자 μ„Έμ…˜μ— μ˜€μ‹  μ—¬λŸ¬λΆ„ λ°˜κ°‘μŠ΅λ‹ˆλ‹€~! test +카이슀트 였라클 X μ•Œκ³ λžœλ“œ 개발자 μ„Έμ…˜μ— μ˜€μ‹  μ—¬λŸ¬λΆ„ λ°˜κ°‘μŠ΅λ‹ˆλ‹€~! 이 μ½”λ”©κ³Όμ œμ—μ„œ μ—¬λŸ¬λΆ„μ€ [μ•Œκ³ λžœλ“œ 파이썬](https://algorandfoundation.github.io/puya/index.html)으둜 NFT λ§ˆμΌ“ν”Œλ ˆμ΄μŠ€ 슀마트 계약을 직접 κ΅¬ν˜„ν•˜κ³  [AlgoKit Utils TypeScript](https://github.com/algorandfoundation/algokit-utils-ts)와 [Application Client](https://github.com/algorandfoundation/algokit-client-generator-ts/tree/main)λ₯Ό μ‚¬μš©ν•΄ μŠ€λ§ˆνŠΈκ³„μ•½μ„ 배포 및 ν˜ΈμΆœν•˜λŠ” React ν”„λ‘ νŠΈμ•€λ“œ 연동을 ꡬ좕해볼 것 μž…λ‹ˆλ‹€. diff --git a/projects/orakle-nft-marketplace-app-contracts/smart_contracts/nft_marketplace/deploy-config.ts b/projects/orakle-nft-marketplace-app-contracts/smart_contracts/nft_marketplace/deploy-config.ts index dba111f..4d8b9c5 100644 --- a/projects/orakle-nft-marketplace-app-contracts/smart_contracts/nft_marketplace/deploy-config.ts +++ b/projects/orakle-nft-marketplace-app-contracts/smart_contracts/nft_marketplace/deploy-config.ts @@ -153,10 +153,10 @@ export async function deploy() { await buyAsset(buyerAppClient, 'buyer', buyer, assetId, 1, app.appAddress, unitaryPrice) // νŒλ§€μžκ°€ NftMarketplaceClient 앱을 μ‚­μ œν•˜λ©° 수읡금과 μž”μ—¬ NFT 에셋을 회수 - const returnVal = await appClient.delete.withdrawAndDelete( + await appClient.delete.withdrawAndDelete( {}, { sendParams: { fee: algokit.transactionFees(3), populateAppCallResources: true } }, ) - console.log('총 수읡금: ', returnVal.return) + console.log('4. IU ν‹°μΌ“ 판맀 μ’…λ£Œ 및 수읡금 회수 μ™„λ£Œ!') }