Commit bef4c766 authored by Your Name's avatar Your Name

update explorer config

parent 866f1ee8
......@@ -196,6 +196,11 @@ echo 'max_gs_count = 50000000' >> $configFile
echo 'gs_block_count = 100' >> $configFile
echo "{" >> ./explorer/config.json
echo " \"rpcURL\": \"http://$myIpAddr:18545\"" >> ./explorer/config.json
echo "}" >> ./explorer/config.json
# net config
for i in $(seq 1 $N)
do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment