Skip to content

Commit

Permalink
chore: update natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pop-punk committed Jan 9, 2024
1 parent b2fdb42 commit 1fa6035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GasliteNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ contract GasliteNFT is ERC721A, Ownable2Step {
/// @param _price Price of the NFT
/// @param _whitelistOpen Timestamp of when the whitelist opens
/// @param _whitelistClose Timestamp of when the whitelist closes
/// @param _maxWhitelistMint Max whitelist mint
/// @param _uri Base URI of the NFT
constructor(
string memory _name,
string memory _ticker,
Expand Down

0 comments on commit 1fa6035

Please sign in to comment.