File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- BSC_CLUSTER_SIZE = 5
1+ BSC_CLUSTER_SIZE = 4 # 3f+1
22CHAIN_ID = 714
33KEYPASS = " 0123456789"
44INIT_HOLDER = " 0x04d63aBCd2b9b1baa327f2Dda0f873F197ccd186"
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ function start_node() {
209209 --rpc.allow-unprotected-txs --allow-insecure-unlock \
210210 --ws --ws.addr 0.0.0.0 --ws.port ${ws_port} \
211211 --http --http.addr 0.0.0.0 --http.port ${http_port} --http.corsdomain " *" \
212- --metrics --metrics.addr localhost --metrics.port ${metrics_port} --metrics.expensive \
212+ --metrics --metrics.addr localhost --metrics.port ${metrics_port} \
213213 --pprof --pprof.addr localhost --pprof.port ${pprof_port} \
214214 --gcmode ${gcmode} --syncmode full --monitor.maliciousvote \
215215 --rialtohash ${rialtoHash} \
You can’t perform that action at this time.
0 commit comments