This commit is contained in:
aozhiwei 2024-07-18 14:57:49 +08:00
parent 49e54ac902
commit 0082a1ba35

View File

@ -13,9 +13,8 @@ class Transfer extends BaseEventProcess {
const to = bcutils.toNormalAddress(returnValues['to']);
const tokenId = returnValues['tokenId'];
await this.mustBeMint(to, tokenId, bcconst.BC_NFT_GOLD_BULLION);
await this.mustBeMint(to, tokenId, bcconst.BC_NFT_FOUNDER_TAG);
if (bcutils.isSysAddress(from)) {
await this.ingameActivate(from, to, tokenId, bcconst.BC_NFT_GOLD_BULLION);
} else {
await this.add721NftRefresh
(