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

Enable release of v0.8.0-alpha.4 #403

Merged
merged 14 commits into from
Aug 23, 2023
Merged
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"CAIRO_LANG": "0.11.2",
"STARKNET_DEVNET": "0.5.4",
"CAIRO_COMPILER": "v1.1.0",
"STARKNET_DEVNET": "0.6.0",
"CAIRO_COMPILER": "v2.1.0",
"SCARB_VERSION": "0.4.0"
}
248 changes: 234 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"form-data": "^4.0.0",
"glob": "^10.0.0",
"shelljs": "^0.8.5",
"starknet": "~5.17.0"
"starknet": "~5.19.3"
},
"peerDependencies": {
"hardhat": "^2.14.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function run_test() {
if npx hardhat --typecheck --config "$CONFIG_FILE_NAME" 1>/dev/null; then
echo "Config file is valid"
else
echo "Invalid config"
echo "Invalid config! Test failed!"
# Clean up the temporary config file
rm "$CONFIG_FILE_NAME"
return 0
Expand Down