Skip to content

Commit

Permalink
Merge pull request #767 from etherisc/bugfix/chainnft-name-typo
Browse files Browse the repository at this point in the history
fix typo in nft name (closes #766)
  • Loading branch information
matthiaszimmermann authored Nov 7, 2024
2 parents 8200b30 + 4dfb263 commit 52a6f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/registry/ChainNft.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract ChainNft is ERC721Enumerable {
event LogTokenInterceptorAddress(uint256 tokenId, address interceptor);

// constants
string public constant NAME = "Dezentralized Insurance Protocol NFT";
string public constant NAME = "Decentralized Insurance Protocol NFT";
string public constant SYMBOL = "DIPNFT";

uint256 public constant PROTOCOL_NFT_ID = 1101;
Expand Down

0 comments on commit 52a6f7a

Please sign in to comment.