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
@iainnash could you please clarify exactly what inputs we want to be passing into the "rendererInitializer" bytes param (line 40 of this the factory contract)? Was able to successfuly deploy a contract using "0x0000000000000000000000000000000000000000000000000000000000000000" as the value for this, but not actually sure what this is supposed to be.
From an initial read it looks like its supposed to be an abi.encoded string of the baseURI? Clarity would be great here so we get the factory UI running correctly
I can add a method that leaves out some of these parameters but you can safely call this with empty bytes '' and address(0x0). This sets the renderer to the default parameters.
@iainnash could you please clarify exactly what inputs we want to be passing into the "rendererInitializer" bytes param (line 40 of this the factory contract)? Was able to successfuly deploy a contract using "0x0000000000000000000000000000000000000000000000000000000000000000" as the value for this, but not actually sure what this is supposed to be.
From an initial read it looks like its supposed to be an abi.encoded string of the baseURI? Clarity would be great here so we get the factory UI running correctly
cc @salieflewis
The text was updated successfully, but these errors were encountered: