Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support latest version of OpenZeppelin Contracts for Cairo #38

Open
2 tasks
ericglau opened this issue Aug 10, 2022 · 0 comments
Open
2 tasks

Support latest version of OpenZeppelin Contracts for Cairo #38

ericglau opened this issue Aug 10, 2022 · 0 comments

Comments

@ericglau
Copy link
Contributor

ericglau commented Aug 10, 2022

The ERC20/721 templates being generated by this project are not compatible with recent versions of Contracts for Cairo.

There are two related parts:

  • 1. The contract template files (which are used if the user does not want to customize their contract) are targeting an old version of the libraries.
  • 2. The wizard API dependency (which is used if the user DOES want to customize their contract) needs to be updated to use the latest version of the @openzeppelin/wizard-cairo package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant