This commit is contained in:
aozhiwei 2024-07-03 18:57:11 +08:00
parent f86609f8e8
commit 6b3373c058
2 changed files with 3 additions and 1 deletions

View File

@ -92,12 +92,14 @@ async function activate721Nft(session) {
const nftList = [
[
tokenId,
account,
isMint
]
];
const nftListArr = [];
nftList.forEach((item) => {
nftListArr.push(item[0].toString());
nftListArr.push(account);
if (isMint) {
nftListArr.push('0x01');
} else {

@ -1 +1 @@
Subproject commit 7dbb0b58133e4d8cde208d2ebd57a37db121aba6
Subproject commit 3280a8bd497fb853e5562538d41b18119ef75b17