Skip to content

Commit

Permalink
fix typo in nft name (closes #766)
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli authored Nov 7, 2024
1 parent 8200b30 commit 4dfb263
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 4dfb263

Please sign in to comment.