You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, registerIpAndAttachPILTerms, registerIpAndMakeDerivative, andregisterIpAndMakeDerivativeWithLicenseTokens in the SPG requires multiple signatures to set permission, which adds complexity for developments. To improve developer experience, we can modify this function to require only a single signature by utilizing the setBatchPermissions method in core protocol's AccessController contract.
The text was updated successfully, but these errors were encountered:
Description
Currently,
registerIpAndAttachPILTerms
,registerIpAndMakeDerivative
, andregisterIpAndMakeDerivativeWithLicenseTokens
in the SPG requires multiple signatures to set permission, which adds complexity for developments. To improve developer experience, we can modify this function to require only a single signature by utilizing thesetBatchPermissions
method in core protocol'sAccessController
contract.The text was updated successfully, but these errors were encountered: