Skip to content

Commit

Permalink
default mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Feb 25, 2020
1 parent 5bf6dc3 commit f20f1aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV BOOTNODES ''
ENV EXTIP ''
ENV VERBOSITY 3
ENV SYNC_MODE 'full'
ENV NETWORK_ID '89'
ENV NETWORK_ID '88'
ENV WS_SECRET ''
ENV NETSTATS_HOST 'netstats-server'
ENV NETSTATS_PORT '3000'
Expand Down
4 changes: 0 additions & 4 deletions docker/tomochain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ echo "dump: $IDENTITY $account $BOOTNODES"

set -x

echo '[
"enode://5b65023779f99a6e7accd7931f9ecd460b7007a13fcf9ad89181d5cc49a16fc4df73752f7166d33d33bf9a3059a7286818b49fe40b8329150860502d88607b1e@159.89.199.223:30303"
]' > $DATA_DIR/tomo/static-nodes.json

exec tomo $params \
--verbosity $VERBOSITY \
--datadir $DATA_DIR \
Expand Down

0 comments on commit f20f1aa

Please sign in to comment.