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