From 132d860ff36ae4e8ff1d417372e48573d43a8977 Mon Sep 17 00:00:00 2001 From: benbierens Date: Wed, 19 Apr 2023 07:52:38 +0200 Subject: [PATCH] Uses correct string for marketplace address --- docker/startCodex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/startCodex.sh b/docker/startCodex.sh index 4f0a08a3..0f1239af 100644 --- a/docker/startCodex.sh +++ b/docker/startCodex.sh @@ -114,7 +114,7 @@ if [ -n "$ETH_PROVIDER" ] && [ -n "$ETH_ACCOUNT" ] && [ -n "$ETH_MARKETPLACE_ADD # args="$args --validator" # Remove this as soon as CLI option is available: - echo "{\"contracts\": { \"Marketplace\": { \"address\": \""$ACCOUNTSTR"\" } } }" > /root/marketplace_address.json + echo "{\"contracts\": { \"Marketplace\": { \"address\": \""$ETH_MARKETPLACE_ADDRESS"\" } } }" > /root/marketplace_address.json args="$args --eth-deployment=/root/marketplace_address.json" fi