This commit is contained in:
aozhiwei 2023-07-16 17:02:30 +08:00
parent bcab24fc47
commit 12705e719f
2 changed files with 4 additions and 2 deletions

View File

@ -15,13 +15,14 @@ class Transfer extends BaseEventProcess {
returnValues['tokenId']
);
}
/*
await this.add721NftRefresh
(
this.getNetId(),
this.getContractAddress(),
this.getContractName(),
returnValues['tokenId']
);
);*/
await this.markOk();
}

View File

@ -15,13 +15,14 @@ class Transfer extends BaseEventProcess {
returnValues['tokenId']
);
}
/*
await this.add721NftRefresh
(
this.getNetId(),
this.getContractAddress(),
this.getContractName(),
returnValues['tokenId']
);
);*/
await this.markOk();
}