Skip to content

Commit

Permalink
remove mintPrice from ILinkedSBT
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Dec 19, 2022
1 parent c6e2f6a commit c67011d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/interfaces/ILinkedSBT.sol
Expand Up @@ -4,10 +4,6 @@ pragma solidity ^0.8.7;
import "../tokens/SBT/ISBT.sol";

interface ILinkedSBT is ISBT {
function mintPrice() external returns (uint256);

function mintPriceMASA() external returns (uint256);

function addPermissionPrice() external returns (uint256);

function addPermissionPriceMASA() external returns (uint256);
Expand Down

0 comments on commit c67011d

Please sign in to comment.