Skip to content

Commit

Permalink
rename ILinkedSBT smart contract
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Dec 19, 2022
1 parent bb4c841 commit 16fd423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/ILinkedSBT.sol
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.7;

import "../tokens/SBT/ISBT.sol";

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

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

0 comments on commit 16fd423

Please sign in to comment.