1
This commit is contained in:
parent
566b74777d
commit
3bc5352122
@ -3,6 +3,7 @@ const bcconst = require("./bcconst");
|
|||||||
const CEC_INSTANCE_NAME = 'CEC';
|
const CEC_INSTANCE_NAME = 'CEC';
|
||||||
const CEG_INSTANCE_NAME = 'CEG';
|
const CEG_INSTANCE_NAME = 'CEG';
|
||||||
const HERO_INSTANCE_NAME = 'CFHero';
|
const HERO_INSTANCE_NAME = 'CFHero';
|
||||||
|
const NORMAL_HERO_INSTANCE_NAME = 'CFHero_normal';
|
||||||
const WEAPON_INSTANCE_NAME = 'WEAPON';
|
const WEAPON_INSTANCE_NAME = 'WEAPON';
|
||||||
const CHIP_INSTANCE_NAME = 'CHIP';
|
const CHIP_INSTANCE_NAME = 'CHIP';
|
||||||
const BEUSDT_INSTANCE_NAME = 'BEUSDT';
|
const BEUSDT_INSTANCE_NAME = 'BEUSDT';
|
||||||
@ -49,6 +50,11 @@ function getNftNameByTokenType(tokenType) {
|
|||||||
return GoldBullion_INSTANCE_NAME;
|
return GoldBullion_INSTANCE_NAME;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case bcconst.BC_NFT_NORMAL_HERO:
|
||||||
|
{
|
||||||
|
return NORMAL_HERO_INSTANCE_NAME;
|
||||||
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
return '';
|
return '';
|
||||||
@ -59,6 +65,7 @@ function getNftNameByTokenType(tokenType) {
|
|||||||
exports.CEC_INSTANCE_NAME = CEC_INSTANCE_NAME;
|
exports.CEC_INSTANCE_NAME = CEC_INSTANCE_NAME;
|
||||||
exports.CEG_INSTANCE_NAME = CEG_INSTANCE_NAME;
|
exports.CEG_INSTANCE_NAME = CEG_INSTANCE_NAME;
|
||||||
exports.HERO_INSTANCE_NAME = HERO_INSTANCE_NAME;
|
exports.HERO_INSTANCE_NAME = HERO_INSTANCE_NAME;
|
||||||
|
exports.NORMAL_HERO_INSTANCE_NAME = NORMAL_HERO_INSTANCE_NAME;
|
||||||
exports.WEAPON_INSTANCE_NAME = WEAPON_INSTANCE_NAME;
|
exports.WEAPON_INSTANCE_NAME = WEAPON_INSTANCE_NAME;
|
||||||
exports.CHIP_INSTANCE_NAME = CHIP_INSTANCE_NAME;
|
exports.CHIP_INSTANCE_NAME = CHIP_INSTANCE_NAME;
|
||||||
exports.BEUSDT_INSTANCE_NAME = BEUSDT_INSTANCE_NAME;
|
exports.BEUSDT_INSTANCE_NAME = BEUSDT_INSTANCE_NAME;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user