1
This commit is contained in:
parent
81382f07e5
commit
99de4605a9
@ -84,14 +84,14 @@ class RestApiController extends BaseController {
|
||||
);
|
||||
if (in_array($tokenId, $heroBoxes)) {
|
||||
$nftView['name'] = 'CEBG Airdrop Hero';
|
||||
$nftView['image'] = 'CEBG Airdrop Hero';
|
||||
$nftView['description'] = 'https://www.cebg.games/res/nfts/CEBG_Space_Hero.png';
|
||||
$nftView['image'] = 'https://www.cebg.games/res/nfts/CEBG_Space_Hero.png';
|
||||
$nftView['description'] = 'CEBG Airdrop Hero';
|
||||
return true;
|
||||
}
|
||||
if (in_array($tokenId, $weaponBoxes)) {
|
||||
$nftView['name'] = 'CEBG Airdrop Weapon';
|
||||
$nftView['image'] = 'CEBG Airdrop Weapon';
|
||||
$nftView['description'] = 'https://www.cebg.games/res/nfts/CEBG_Space_Weapon.png';
|
||||
$nftView['image'] = 'https://www.cebg.games/res/nfts/CEBG_Space_Weapon.png';
|
||||
$nftView['description'] = 'CEBG Airdrop Weapon';
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user