Skip to content

Commit

Permalink
en: 修改token标题
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjies committed Jan 10, 2024
1 parent 8119d10 commit f770b5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/QuestMetadata.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ contract QuestMetadata is IMetadata {

bytes memory dataURI = abi.encodePacked(
"{",
'"name": "DecertQuest #',
Strings.toString(tokenId),
'"name": "DecertQuest',
'",',
'"description": "",',
'"image": "',
Expand Down

0 comments on commit f770b5d

Please sign in to comment.