1
This commit is contained in:
parent
f86609f8e8
commit
6b3373c058
@ -92,12 +92,14 @@ async function activate721Nft(session) {
|
|||||||
const nftList = [
|
const nftList = [
|
||||||
[
|
[
|
||||||
tokenId,
|
tokenId,
|
||||||
|
account,
|
||||||
isMint
|
isMint
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
const nftListArr = [];
|
const nftListArr = [];
|
||||||
nftList.forEach((item) => {
|
nftList.forEach((item) => {
|
||||||
nftListArr.push(item[0].toString());
|
nftListArr.push(item[0].toString());
|
||||||
|
nftListArr.push(account);
|
||||||
if (isMint) {
|
if (isMint) {
|
||||||
nftListArr.push('0x01');
|
nftListArr.push('0x01');
|
||||||
} else {
|
} else {
|
||||||
|
2
third_party/contracts-imtbl
vendored
2
third_party/contracts-imtbl
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 7dbb0b58133e4d8cde208d2ebd57a37db121aba6
|
Subproject commit 3280a8bd497fb853e5562538d41b18119ef75b17
|
Loading…
x
Reference in New Issue
Block a user