Skip to content

Commit

Permalink
ETCM-1110-hive Docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofpaliga-iohk committed Sep 16, 2021
1 parent 15e979f commit 804f203
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hive/client/mantis.sh
Expand Up @@ -189,3 +189,17 @@ fi
if [ $HIVE_FORK_BERLIN != "" ]; then
echo "berlin-block-number = \"$HIVE_FORK_BERLIN\"" >> $POTTERY_CHAIN
fi

set +e

mv /genesis.json /genesis-input.json
jq -f /mapper.jq /genesis-input.json > /genesis.json

echo "Supplied genesis state:"
cat /genesis.json

#mv /genesis.json $MANTIS_DIR/conf/chains/pottery-genesis.json

set -e
echo "Running mantis client"
$MANTIS_DIR/bin/mantis-launcher pottery

0 comments on commit 804f203

Please sign in to comment.