1
This commit is contained in:
parent
bcab24fc47
commit
12705e719f
@ -15,13 +15,14 @@ class Transfer extends BaseEventProcess {
|
|||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
await this.add721NftRefresh
|
await this.add721NftRefresh
|
||||||
(
|
(
|
||||||
this.getNetId(),
|
this.getNetId(),
|
||||||
this.getContractAddress(),
|
this.getContractAddress(),
|
||||||
this.getContractName(),
|
this.getContractName(),
|
||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);*/
|
||||||
await this.markOk();
|
await this.markOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,13 +15,14 @@ class Transfer extends BaseEventProcess {
|
|||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
await this.add721NftRefresh
|
await this.add721NftRefresh
|
||||||
(
|
(
|
||||||
this.getNetId(),
|
this.getNetId(),
|
||||||
this.getContractAddress(),
|
this.getContractAddress(),
|
||||||
this.getContractName(),
|
this.getContractName(),
|
||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);*/
|
||||||
await this.markOk();
|
await this.markOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user