From 219c7704b9f2d007a49f2277d7568723a56c108e Mon Sep 17 00:00:00 2001 From: Ben Bierens <39762930+benbierens@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:35:13 +0200 Subject: [PATCH] Dist-test failure due to argument name change (#451) --- docker/startCodex.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/startCodex.sh b/docker/startCodex.sh index 908df10c..b3b7b472 100644 --- a/docker/startCodex.sh +++ b/docker/startCodex.sh @@ -123,9 +123,8 @@ if [ -n "$ETH_ACCOUNT" ]; then fi if [ -n "$ETH_MARKETPLACE_ADDRESS" ]; then - # Remove this as soon as CLI option is available: - echo "{\"contracts\": { \"Marketplace\": { \"address\": \""$ETH_MARKETPLACE_ADDRESS"\" } } }" > /root/marketplace_address.json - args="$args --eth-deployment=/root/marketplace_address.json" + echo "Marketplace address: $ETH_MARKETPLACE_ADDRESS" + args="$args --marketplace-address=$ETH_MARKETPLACE_ADDRESS" fi if [ -n "$SIMULATE_PROOF_FAILURES" ]; then