From f66d8b88aa64726407e02c0ccacc1b92e57d94e2 Mon Sep 17 00:00:00 2001 From: snsd0805 Date: Sun, 4 Jun 2023 20:57:51 +0800 Subject: [PATCH] fix: change SBT's name --- contracts/SoulboundToken.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/SoulboundToken.sol b/contracts/SoulboundToken.sol index 4de8cf6..286deca 100644 --- a/contracts/SoulboundToken.sol +++ b/contracts/SoulboundToken.sol @@ -10,7 +10,7 @@ contract SoulboundToken is ERC721 { using Counters for Counters.Counter; Counters.Counter private _tokenIds; - constructor() ERC721("Credit System SBT", "CS_SBT") {} + constructor() ERC721("Credit System Soulbound Token", "CS_SBT") {} function mint(address player) public returns (uint256) { _tokenIds.increment(); @@ -33,7 +33,7 @@ contract SoulboundToken is ERC721 { bytes( string( abi.encodePacked( - '{"name": "Credit System Soulbound Token (CSSBT) #', + '{"name": "Credit System Soulbound Token (CS_SBT) #', Strings.toString(tokenId), '",', '"image_data": "',