Currently, periphery contracts use their own logic to fetch minting fees for registering derivatives without license tokens. For consistency, it should instead use the newly introduced predictMintingLicenseFee function from the core protocol, as outlined in PR #200.
Definition of Done
Update periphery contract to use the core protocol's fee calculation/prediction functions.
New implementation is tested and merged into the main branch.
Description
Currently, periphery contracts use their own logic to fetch minting fees for registering derivatives without license tokens. For consistency, it should instead use the newly introduced
predictMintingLicenseFee
function from the core protocol, as outlined in PR #200.Definition of Done