Replies: 1 comment
-
Closing since the NFT isn't a popular feature and money spent on deployment fees isn't a problem now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@razgraf suggested taking a look at zipped-contracts for potentially reducing the deployment size of our
NFTDescriptor
by up to 50%.After skimming through the README and the launch thread, these are my thoughts and remarks particularly relevant to Sablier:
address(this)
, are not compatible with the zipped design. This is not great for us given our protocol's dependency on many runtime features likeblock.timestamp
.Given the points above, I suggest waiting before using this zipped contract design, i.e., we should let other (simpler) projects pick it up and make it more robust. Also, it isn't audited at the moment.
Beta Was this translation helpful? Give feedback.
All reactions