diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index c8b4278d..b2e4f828 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -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",