1
This commit is contained in:
parent
ab3edae859
commit
45755a37dc
@ -345,8 +345,8 @@ class OutAppNftController extends BaseController {
|
||||
|
||||
private function fillBoxMeta(&$info)
|
||||
{
|
||||
$info['name'] = 'box';
|
||||
$info['description'] = 'box';
|
||||
$info['name'] = 'Genesis Hero';
|
||||
$info['description'] = 'Genesis Hero';
|
||||
$info['image'] = "https://res2.counterfire.games/nft/box/Gen2_raw.gif";
|
||||
$info['attributes'] = array();
|
||||
}
|
||||
@ -359,7 +359,7 @@ class OutAppNftController extends BaseController {
|
||||
'token_id' => $info['token_id'],
|
||||
'owner_address' => $info['owner_address'],
|
||||
'meta_url' => $info['meta_url'],
|
||||
'name' => 'box',
|
||||
'name' => 'Genesis Hero',
|
||||
'item_id' => 0,
|
||||
'type' => $info['type'],
|
||||
'image' => "https://res2.counterfire.games/nft/box/Gen2_raw.gif",
|
||||
|
Loading…
x
Reference in New Issue
Block a user