Skip to content

Commit

Permalink
Rename NFT.sol to ERC721.sol.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcardona committed Mar 2, 2021
1 parent 7ffb5d4 commit 4d5f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/NFT.sol → contracts/ERC721.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// contracts/mynft.sol
// contracts/ERC721.sol
// spdx-license-identifier: mit
pragma solidity >= 0.6.2;

Expand Down

0 comments on commit 4d5f906

Please sign in to comment.