1
This commit is contained in:
parent
969f7513aa
commit
cfdb93438d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user