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

Error: cannot parse contract abi: InvalidVersion("Provided ABI version is not supported (2.4)") #194

Open
ilyar opened this issue Oct 15, 2024 · 0 comments

Comments

@ilyar
Copy link
Contributor

ilyar commented Oct 15, 2024

Error: cannot parse contract abi: InvalidVersion("Provided ABI version is not supported (2.4)")

npx everdev sol create app
npx everdev sol set --compiler 0.74.0
sed -i 's/uint128 amount/varuint16 amount/g' app.sol
npx everdev sol compile app.sol
ABI_PATH (obtained from INPUT): /home/code/app.abi.json
Error: cannot parse contract abi: InvalidVersion("Provided ABI version is not supported (2.4)")

workaround

npx everdev sol create app
sed -i 's/uint128 amount/varuint16 amount/g' app.sol
npx everdev sold set --version 0.74.0
export PATH=~/.everdev/sold:$PATH
sold app.sol
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