From 45755a37dc2c0c3780b124369be67127126e31e1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 29 Jun 2024 19:35:35 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppNftController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",