parity-bridge-research/erc20/start_Kovan_foreign.sh

15 lines
284 B
Bash
Raw Normal View History

2018-05-15 04:29:51 -07:00
#!/bin/bash
PARITY_BASE="/home/koal/poa"
TASK="kovan_foreign"
PARITY_CONFIG="Kovan_foreign.toml"
TASK_WORK_DIR="${PARITY_BASE}/kovan"
#DEBUG_RPC='-l rpc=trace'
#EXTRA_CONFIG='--jsonrpc-hosts="all" --jsonrpc-cors null'
configdir=`dirname $0`
cd ${configdir}
source start_common.sh