You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Error: cannot parse contract abi: InvalidVersion("Provided ABI version is not supported (2.4)")
workaround
The text was updated successfully, but these errors were encountered: