1
This commit is contained in:
parent
fc752b8a39
commit
eb682da7ff
@ -19,11 +19,12 @@ class Transfer extends BaseEventProcess {
|
|||||||
await this.mint721Nft(
|
await this.mint721Nft(
|
||||||
to,
|
to,
|
||||||
tokenId,
|
tokenId,
|
||||||
10,
|
airDropMeta['item_id'],
|
||||||
bcconst.BC_NFT_HERO,
|
bcconst.BC_NFT_HERO,
|
||||||
this.getContractAddress(),
|
this.getContractAddress(),
|
||||||
this.getBlockNumber()
|
this.getBlockNumber()
|
||||||
);
|
);
|
||||||
|
await this.apiMint(airDropMeta);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,7 +38,7 @@ class Transfer extends BaseEventProcess {
|
|||||||
await this.markOk();
|
await this.markOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
async apiMint() {
|
async apiMint(airDropMeta) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user