Skip to content

Commit

Permalink
Merge pull request kodadot#11063 from hassnian/issue-evm-massmint
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival authored Sep 30, 2024
2 parents ad25fdd + 4070167 commit 6788b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/transaction/transactionMintDrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function execEvmMintDrop({ executeTransaction }: EvmMintDropParams) {
abi,
arg,
functionName,
value: drop.value.price,
value: String(Number(drop.value.price) * amountToMint.value),
})
}

Expand Down

0 comments on commit 6788b37

Please sign in to comment.