Skip to content

curator.sol updateRenderer calling initializeWithData rather than setBaseURI? #13

@0xTranqui

Description

@0xTranqui

@iainnash have ran into some issues with gas limit errors trying to call the updateRenderer function from a UI. I believe the issue is that updateRenderer in curator.sol calls _updateRenderer, which itself calls intitalizeWithData from DefaultMetadataRenderer.sol RATHER than setBaseURI.

My understanding is that the intialize should get called by the constructor, but updates to it should call setBaseURI instead of initialize. Could be wrong but just throwing out there

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions