update js

This commit is contained in:
zhl 2023-06-08 20:40:07 +08:00
parent c630173169
commit e862b4057f

View File

@ -232,7 +232,8 @@ function mintNFT(funId, address, tokenIds, startTime, saltNonce, signature) {
startTime, startTime,
saltNonce, saltNonce,
signature, signature,
}) }),
(v) => JSON.stringify(v)
); );
} }
// ======= end of interact with contract ======= // ======= end of interact with contract =======