Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Oct 6, 2023
1 parent 23b84ba commit 110d7c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

pragma solidity ^0.8.19;

import { IExcessETHBurner } from '../interfaces/IExcessETHBurner.sol';
import { Ownable } from '@openzeppelin/contracts/access/Ownable.sol';
import { IERC20 } from '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import { INounsAuctionHouseV2 } from '../interfaces/INounsAuctionHouseV2.sol';
Expand All @@ -39,7 +38,7 @@ interface IExecutorV3 {
* @notice A helpder contract for burning Nouns excess ETH with NounsDAOExecutorV3.
* @dev Owner is assumed to be the NounsDAOExecutorV3 contract, i.e. the Nouns treasury.
*/
contract ExcessETHBurner is IExcessETHBurner, Ownable {
contract ExcessETHBurner is Ownable {
/**
* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
* ERRORS
Expand Down
22 changes: 0 additions & 22 deletions packages/nouns-contracts/contracts/interfaces/IExcessETHBurner.sol

This file was deleted.

0 comments on commit 110d7c3

Please sign in to comment.