mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-20 08:38:29 +00:00
Uses correct string for marketplace address
This commit is contained in:
parent
477d4891d8
commit
132d860ff3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user