Skip to content

Commit

Permalink
rename mycontract to nft
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jan 17, 2024
1 parent 58a2fad commit 435c411
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,906 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@zetachain/toolkit/contracts/BytesHelperLib.sol";

contract MyContract is zContract, ERC721 {
contract NFT is zContract, ERC721 {
uint256 constant BITCOIN = 18332;
using Counters for Counters.Counter;
Counters.Counter private _tokenIdCounter;
Expand Down
Loading

0 comments on commit 435c411

Please sign in to comment.