1
This commit is contained in:
parent
12705e719f
commit
7e0fb107d2
@ -9,12 +9,12 @@ class Transfer extends BaseEventProcess {
|
|||||||
|
|
||||||
async start() {
|
async start() {
|
||||||
const returnValues = this.getReturnValues();
|
const returnValues = this.getReturnValues();
|
||||||
if (bcutils.isSysAddress(returnValues['from'])) {
|
//if (bcutils.isSysAddress(returnValues['from'])) {
|
||||||
await this.mint(returnValues['from'],
|
await this.mint(returnValues['from'],
|
||||||
returnValues['to'],
|
returnValues['to'],
|
||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);
|
||||||
}
|
//}
|
||||||
/*
|
/*
|
||||||
await this.add721NftRefresh
|
await this.add721NftRefresh
|
||||||
(
|
(
|
||||||
|
@ -9,12 +9,12 @@ class Transfer extends BaseEventProcess {
|
|||||||
|
|
||||||
async start() {
|
async start() {
|
||||||
const returnValues = this.getReturnValues();
|
const returnValues = this.getReturnValues();
|
||||||
if (bcutils.isSysAddress(returnValues['from'])) {
|
//if (bcutils.isSysAddress(returnValues['from'])) {
|
||||||
await this.mint(returnValues['from'],
|
await this.mint(returnValues['from'],
|
||||||
returnValues['to'],
|
returnValues['to'],
|
||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);
|
||||||
}
|
//}
|
||||||
/*
|
/*
|
||||||
await this.add721NftRefresh
|
await this.add721NftRefresh
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user