fix arg issue?

This commit is contained in:
Owen
2022-06-03 13:55:24 -07:00
parent 9e8ee80f60
commit c5f3a289f9
+1 -1
View File
@@ -23,7 +23,7 @@ clean :; forge clean
lint :; yarn run lint
estimate :; ./scripts/estimate-gas.sh ${contract}
size :; ./scripts/contract-size.sh ${contract}
snapshot :; forge snapshot --optimize --optimize-runs 1000000
snapshot :; forge snapshot --optimize --optimizer-runs 1000000
test-deploy :; ./scripts/test-deploy.sh
# Deployment helpers