Skip to content

Commit

Permalink
Update INFTExtension interface
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoPR committed Apr 30, 2023
1 parent 6aa9a3e commit a0eb624
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/factory/extensions/INFTExtension.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma solidity ^0.8.0;

interface INFTExtension {
function extensionType() external view returns (string memory);
}

0 comments on commit a0eb624

Please sign in to comment.