Skip to content

Commit

Permalink
rename nft
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Mar 14, 2023
1 parent 81dc34d commit 4262063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/S3DOVE.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Counters.sol";

contract Sector3Dove is ERC721, ERC721Enumerable, Ownable {
contract S3DOVE is ERC721, ERC721Enumerable, Ownable {
using Counters for Counters.Counter;

Counters.Counter private _tokenIdCounter;
Expand Down

0 comments on commit 4262063

Please sign in to comment.