Skip to content

Commit

Permalink
add mint fee to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Sep 26, 2023
1 parent 380eaf9 commit 605e031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/IZoraCreator1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ interface IZoraCreator1155 is IZoraCreator1155TypesV1, IZoraCreator1155Errors, I
function callRenderer(uint256 tokenId, bytes memory data) external;

function callSale(uint256 tokenId, IMinter1155 salesConfig, bytes memory data) external;

function mintFee() external view returns (uint256);
}

0 comments on commit 605e031

Please sign in to comment.