1
This commit is contained in:
parent
d8a6c34364
commit
9856247a69
@ -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
2
third_party/j7
vendored
@ -1 +1 @@
|
||||
Subproject commit e6d0257c22a8b42fa417b7711c3f84eafe426e8b
|
||||
Subproject commit ce0b30e27a45d3a3a7e95d407d4ac62cd5c9fe56
|
Loading…
x
Reference in New Issue
Block a user