Eric Nordelo
Eric Nordelo
> Dojo is deprecating the Origami erc components and asking developers to start using OZ components. Many will render on-chain metadata and require a way to customize token_uri(). I'm open...
@amanusk If I recall correctly you are also a maintainer of this repo now? tagging you for review in case that is correct. cc @ArielElp
Hey @leo-starkware, sorry for the delay. Updates applied!
What is the rationale behind the 23? It is not easier to track SNIPs by the PR number (like EIPs) so they can be safely referenced when they are drafts?...
> Hi, can I work on this issue? @ericnordelo Hi, sure! Feel free to open a PR.
Hey @DarkLord017, thanks for your interest in contributing to the library. This specific issue is big, since it involves design around the Governor module to make it compatible with block...
Hey @deniswaker. Thanks for your interest in contributing! For this particular issue, we already have plans to address it in next milestone, and someone from our team assigned. You can...
Perfect, I will address the comments and finish the PR then with this idea.
This is already achievable by using `unsafe_new_contract_state`, or the StoragePath trait from Cairo 2.7: ``` use openzeppelin::utils::snip12::SNIP12Metadata; impl SNIP12MetadataImpl of SNIP12Metadata { fn name() -> felt252 { let state =...
Hey @markv44. Thanks for taking the time to contribute! We will go through the PR and give some feedback later this week.