Skip to content

Commit

Permalink
fusionSeriesAsset: use quantity when creating asset
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Apr 13, 2024
1 parent 3d839ad commit f01ab89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/createFusionSeriesAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,8 @@ function CreateFusionSeriesNft(props) {
signer
);
try {
let price = ethers.utils.parseEther(formInput.price);
let transaction = await fusionSeriesContarct.createAsset(
price,
formInput.quantity,
11111,
url,
{ gasLimit: "2099999" }
Expand Down

0 comments on commit f01ab89

Please sign in to comment.