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

New format for JSON Artifacts with Cairo 1.0 #125

Closed
Rog3rSm1th opened this issue Mar 3, 2023 · 0 comments
Closed

New format for JSON Artifacts with Cairo 1.0 #125

Rog3rSm1th opened this issue Mar 3, 2023 · 0 comments

Comments

@Rog3rSm1th
Copy link
Member

The JSON artifact format of Cairo 1.0 contracts slightly differs from the old format. Therefore when we try to parse a JSON artifact generated with Cairo 1.0 we get a NotImplementedError due to this.

To be able to fix this issue we need to modify the ABI Parser to handle the new format.

An example of Cairo 1.0 JSON Artifact: https://raw.githubusercontent.com/starkware-libs/cairo/1fe2c3368262ee579cc7e58703217407d41b4514/crates/cairo-lang-starknet/test_data/erc20.json

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

2 participants