Skip to content

Commit

Permalink
Merge pull request #74 from Hats-Protocol/develop
Browse files Browse the repository at this point in the history
remove test placeholder values in uri
  • Loading branch information
nintynick authored Dec 8, 2022
2 parents 49e3ab7 + 270b1d0 commit 7983418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hats.sol
Original file line number Diff line number Diff line change
Expand Up @@ -945,9 +945,9 @@ contract Hats is IHats, ERC1155, HatsIdUtilities {
bytes(
string.concat(
'{"name": "',
"Hats Protocol Hat",
"Hat",
'", "description": "',
"this is a test of Hats Protocol nfts", // alternatively, could point to a URI for offchain flexibility
hat.details,
'", "image": "',
getImageURIForHat(_hatId),
'",',
Expand Down

0 comments on commit 7983418

Please sign in to comment.