This commit is contained in:
aozhiwei 2023-07-15 15:52:58 +08:00
parent d8a6c34364
commit 9856247a69
2 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,12 @@ class Transfer extends BaseEventProcess {
async start() {
const returnValues = this.getReturnValues();
if (bcutils.isSysAddress(returnValues['from'])) {
await this.mint(returnValues['from'],
returnValues['to'],
returnValues['tokenId']
);
}
await this.add721NftRefresh
(
this.getNetId(),

2
third_party/j7 vendored

@ -1 +1 @@
Subproject commit e6d0257c22a8b42fa417b7711c3f84eafe426e8b
Subproject commit ce0b30e27a45d3a3a7e95d407d4ac62cd5c9fe56