dynamic-contracts icon indicating copy to clipboard operation
dynamic-contracts copied to clipboard

What's the expected behavior after adding an extension?

Open TelevaultDev opened this issue 1 year ago • 0 comments

I'm testing how to use your dynamic contracts standard by deploying the MarketplaceV3 pre-built contract. When I add an extension based on a deployed Token contract, the functions are added in the Explorer which I assume is the expected behavior.

Then I forked MarketplaceV3 and removed unneeded extensions like the Royalty and Platform fees extension. But I don't get the same behavior after adding an extension, it doesn't show up in the Explorer. Is this expected or am I missing something?

TelevaultDev avatar Aug 20 '24 03:08 TelevaultDev