diff --git a/bin/zk b/bin/zk index d0840cb8d50..e6dd1567b38 100755 --- a/bin/zk +++ b/bin/zk @@ -1,9 +1,9 @@ #!/usr/bin/env bash -if [ -z "$1" ]; then - cd $ZKSYNC_HOME - yarn && yarn zk build -else +cd $ZKSYNC_HOME +yarn && yarn zk build + +if [ -n "$1" ]; then # can't start this with yarn since it has quirks with `--` as an argument node -- $ZKSYNC_HOME/infrastructure/zk/build/index.js "$@" fi diff --git a/contracts b/contracts index 52a1fb8cd8c..5e6ff980f03 160000 --- a/contracts +++ b/contracts @@ -1 +1 @@ -Subproject commit 52a1fb8cd8c24997550829607b809a0424257ba7 +Subproject commit 5e6ff980f03e785dcd2cffcc53710e79a464e4d3