Skip to content

Commit

Permalink
updated geth network id to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Apr 18, 2019
1 parent 15c028c commit d4981c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/start-chain
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ run-geth(){
--unlock "$WALLETS" --password $KEY_DIR/frg-local-password \
--identity $NETWORK_REF \
--nousb \
--networkid 5 \
--networkid 99999999 \
--port $((PORT-1)) \
--rpcport $((PORT)) \
--wsport $((PORT+1)) \
Expand Down
12 changes: 6 additions & 6 deletions config/network_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"gas": 7989556,
"gasPrice": 9000000000,
"testOnlyHDWPasscode": "fragments",
"chainId": 5,
"network_id": 5
"chainId": 99999999,
"network_id": 99999999
},
"gethIntegration": {
"ref": "geth-integration",
Expand All @@ -36,8 +36,8 @@
"gas": 7989556,
"gasPrice": 9000000000,
"testOnlyHDWPasscode": "fragments",
"chainId": 5,
"network_id": 5
"chainId": 99999999,
"network_id": 99999999
},
"testrpcCoverage": {
"ref": "testrpc-coverage",
Expand All @@ -47,7 +47,7 @@
"networkId": "*",
"gas": "0xfffffffffff",
"gasPrice": "0x01",
"chainId": 5,
"network_id": 5
"chainId": 99999999,
"network_id": 99999999
}
}

0 comments on commit d4981c2

Please sign in to comment.