Skip to content

Commit

Permalink
Update network setting to open
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc authored Feb 25, 2020
1 parent d7ea03f commit 5c2d5f1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions run.rootchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ make geth && build/bin/geth \
--dev \
--dev.period 1 \
--dev.faucetkey "$OPERATOR_PRIV_KEY,$KEY0,$KEY1,$KEY2,$KEY3,$CHALLENGER_KEY" \
--miner.gastarget 7500000 \
--miner.gasprice "10" \
--rpc \
--rpcport 8545 \
--rpcapi eth,debug,net\
--rpcapi eth,debug,net \
--rpcaddr 0.0.0.0 \
--ws \
--wsport 8546
--wsport 8546 \
--wsaddr 0.0.0.0 \
--wsapi eth,debug,net \
--miner.gastarget 7500000 \
--miner.gasprice "10"

0 comments on commit 5c2d5f1

Please sign in to comment.