@@ -703,7 +703,7 @@ const approveTokens = async () => {
703703 <p class =" btn-label" >Send Tokens</p >
704704 <div class =" mt-2 flex-row" >
705705 <p class =" mr-2 w-max text-sm text-app-gray-900" >Token Decimals :</p >
706- <input :model-value =" decimalUnitsInput" type =" number" placeholder =" 0.00" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
706+ <input v-model =" decimalUnitsInput" type =" number" placeholder =" 0.00" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
707707 </div >
708708 <div class =" flex-row" >
709709 <Button @on-click =" createToken" >Create Token</Button >
@@ -712,11 +712,8 @@ const approveTokens = async () => {
712712 <Button :disabled =" !hstTokenContractAddress" @on-click =" transferTokens" >Transfer Token</Button >
713713 </div >
714714 <div class =" flex-row" >
715- <!-- <TextField :model-value="approveTokensToInput" disabled pill :classes="{ input: '!text-app-gray-900 !text-sm' }">
716- <template #trailingIconSlot>
717- <p class="mr-2 w-max text-sm text-app-gray-900">Approve to Address :</p>
718- </template>
719- </TextField> -->
715+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Approve to Address :</p >
716+ <input v-model =" approveTokensToInput" disabled pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
720717 </div >
721718 <div class =" flex-row" >
722719 <Button :disabled =" !hstTokenContractAddress" @on-click =" approveTokens" >Approve Token</Button >
@@ -729,27 +726,18 @@ const approveTokens = async () => {
729726 <Button :loading =" isDeployingNft" @on-click =" deployNft" >Deploy</Button >
730727 </div >
731728 <div class =" flex-row" >
732- <!-- <TextField v-model="mintAmount" placeholder="0" pill :classes="{ input: '!text-app-gray-900 !text-sm' }">
733- <template #trailingIconSlot>
734- <p class="mr-2 w-max text-sm text-app-gray-900">Amount :</p>
735- </template>
736- </TextField> -->
729+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Amount :</p >
730+ <input v-model =" mintAmount" placeholder =" 0" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
737731 <Button :disabled =" !nftContractAddress" @on-click =" mintNft" >Mint</Button >
738732 </div >
739733 <div class =" flex-row" >
740- <!-- <TextField v-model="approveNftTokenAmount" placeholder="0" pill :classes="{ input: '!text-app-gray-900 !text-sm' }">
741- <template #trailingIconSlot>
742- <p class="mr-2 w-max text-sm text-app-gray-900">Approve Token :</p>
743- </template>
744- </TextField> -->
734+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Approve Token :</p >
735+ <input v-model =" approveNftTokenAmount" placeholder =" 0" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
745736 <Button :disabled =" !nftMinted" @on-click =" approveNftToken" >Approve</Button >
746737 </div >
747738 <div class =" flex-row" >
748- <!-- <TextField v-model="transferNftTokenAmount" placeholder="0" pill :classes="{ input: '!text-app-gray-900 !text-sm' }">
749- <template #trailingIconSlot>
750- <p class="mr-2 w-max text-sm text-app-gray-900">Transfer Token :</p>
751- </template>
752- </TextField> -->
739+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Transfer Token :</p >
740+ <input v-model =" transferNftTokenAmount" placeholder =" 0" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
753741 <Button :disabled =" !nftMinted" @on-click =" transferNftFrom" >Transfer From</Button >
754742 </div >
755743
@@ -760,43 +748,19 @@ const approveTokens = async () => {
760748 <Button :disabled =" deployingErc1155" @on-click =" deployErc1155" >Deploy</Button >
761749 </div >
762750 <div class =" flex-row" >
763- <!-- <TextField
764- v-model="erc1155BatchMintTokenIds"
765- label="Batch Mint Token IDs:"
766- placeholder="1, 2, 3"
767- pill
768- :classes="{ input: '!text-app-gray-900 !text-sm', label: '!text-app-gray-500' }"
769- >
770- </TextField>
771- <TextField
772- v-model="erc1155BatchMintTokenAmounts"
773- label="Batch Mint Token ID Amounts"
774- placeholder="1, 1, 10000000"
775- pill
776- :classes="{ input: '!text-app-gray-900 !text-sm', label: '!text-app-gray-500' }"
777- >
778- </TextField> -->
751+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Batch Mint Token IDs:</p >
752+ <input v-model =" erc1155BatchMintTokenIds" placeholder =" 1, 2, 3" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
753+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Batch Mint Token ID Amounts</p >
754+ <input v-model =" erc1155BatchMintTokenAmounts" placeholder =" 1, 1, 10000000" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
779755 </div >
780756 <div class =" flex-row" >
781757 <Button :disabled =" !erc1155ContractAddress" @on-click =" erc1155BatchMint" >Batch Mint</Button >
782758 </div >
783759 <div class =" flex-row" >
784- <!-- <TextField
785- v-model="erc1155BatchTransferTokenIds"
786- label="Batch Transfer Token IDs:"
787- placeholder="1, 2, 3"
788- pill
789- :classes="{ input: '!text-app-gray-900 !text-sm' }"
790- >
791- </TextField>
792- <TextField
793- v-model="erc1155BatchTransferTokenAmounts"
794- label="Batch Transfer Amounts"
795- placeholder="1, 1, 1"
796- pill
797- :classes="{ input: '!text-app-gray-900 !text-sm' }"
798- >
799- </TextField> -->
760+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Batch Transfer Token IDs:</p >
761+ <input v-model =" erc1155BatchTransferTokenIds" placeholder =" 1, 2, 3" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
762+ <p class =" mr-2 w-max text-sm text-app-gray-900" >Batch Transfer Amounts</p >
763+ <input v-model =" erc1155BatchTransferTokenAmounts" placeholder =" 1, 1, 1" pill :classes =" { input: '!text-app-gray-900 !text-sm' }" />
800764 </div >
801765 <div class =" flex-row" >
802766 <Button :disabled =" !erc1155Minted" @on-click =" erc1155BatchTransfer" >Batch Transfer</Button >
0 commit comments