removed '' from sed -i '' invocations - this is a MacOS quirk, but doesn't work in a Linux Docker env.
deployment script is only run if deployments aren't present yet.
deploy-config.json was made a parameter to just run.
output folder is an optional second parameter to just run. Defaults to output/.
scripts are copied from the checked out repo, not the contracts revision of the monorepo, allowing to use newer scripts (and possibly modify them locally).
Description
A couple of fixes to the Holocene upgrade script.
rc.2
.''
fromsed -i ''
invocations - this is a MacOS quirk, but doesn't work in a Linux Docker env.deploy-config.json
was made a parameter tojust run
.just run
. Defaults tooutput/
.