Skip to content

Commit

Permalink
add natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Oct 6, 2023
1 parent a62b08d commit 3f76636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nouns-contracts/contracts/NounsAuctionHouseV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ import { INounsAuctionHouseV2 } from './interfaces/INounsAuctionHouseV2.sol';
import { INounsToken } from './interfaces/INounsToken.sol';
import { IWETH } from './interfaces/IWETH.sol';

/**
* @dev The contract inherits from PausableUpgradeable & ReentrancyGuardUpgradeable most of all the keep the same
* storage layout as the NounsAuctionHouse contract
*/
contract NounsAuctionHouseV2 is
INounsAuctionHouseV2,
PausableUpgradeable,
Expand Down

0 comments on commit 3f76636

Please sign in to comment.