Dist-test failure due to argument name change (#451)

This commit is contained in:
Ben Bierens 2023-06-19 15:35:13 +02:00 committed by GitHub
parent 66b5f23b65
commit 219c7704b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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