Skip to content

Commit

Permalink
Update Artgene721.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinum authored Dec 6, 2023
1 parent 6a8c580 commit 112eed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/Artgene721.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ import "./interfaces/IArtgene721.sol";
// //
//////////////////////////////////////////////////////////////////////////////////////////////////////


type StartFromTokenIdOne is bool;


contract Artgene721 is Proxy {
StartFromTokenIdOne internal constant START_FROM_ONE =
StartFromTokenIdOne.wrap(true);
Expand Down

0 comments on commit 112eed2

Please sign in to comment.