Skip to content

Commit 5a3af0b

Browse files
committed
Update BaseWorkflow.sol
1 parent 9f4a11e commit 5a3af0b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

contracts/BaseWorkflow.sol

-8
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,4 @@ abstract contract BaseWorkflow {
6060
) revert Errors.Workflow__CallerNotAuthorizedToMint();
6161
_;
6262
}
63-
64-
/// @notice Gets the IP ID associated with an NFT.
65-
/// @param nftContract The address of the NFT.
66-
/// @param tokenId The token identifier of the NFT.
67-
/// @return The IP's canonical address identifier (IP ID).
68-
function _getIpId(address nftContract, uint256 tokenId) internal view returns (address) {
69-
return IP_ASSET_REGISTRY.ipId(block.chainid, nftContract, tokenId);
70-
}
7163
}

0 commit comments

Comments
 (0)