storyprotocol / protocol-periphery-v1

Periphery contract for story protocol, mainnet repo
MIT License
28 stars 20 forks source link

Use Core Protocol’s License Minting Fee Functions in Periphery Contracts #61

Closed sebsadface closed 1 month ago

sebsadface commented 1 month ago

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