From cfdb93438dcfd23197d49b135bf5455397e021c9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 17 Jul 2024 14:46:50 +0800 Subject: [PATCH] 1 --- server/web3sign/controllers/minthero.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/web3sign/controllers/minthero.js b/server/web3sign/controllers/minthero.js index 6623d1b..d8068fa 100644 --- a/server/web3sign/controllers/minthero.js +++ b/server/web3sign/controllers/minthero.js @@ -80,14 +80,14 @@ async function mintHero(session) { nftList.push([ ele, toAddress, - false + true ]); }); const nftListArr = []; nftList.forEach((item) => { nftListArr.push(item[0].toString()); nftListArr.push(item[1].toString()); - nftListArr.push('0x00'); + nftListArr.push('0x01'); }); const signature = await bc.soliditySha3Sign( accountAddress,