Reduce the number of validators to their older values (before this branch)
This commit is contained in:
parent
bea243ae04
commit
ff49932bb9
|
@ -1,5 +1,5 @@
|
|||
CONST_PRESET=minimal
|
||||
USER_VALIDATORS=10
|
||||
TOTAL_VALIDATORS=256
|
||||
USER_VALIDATORS=8
|
||||
TOTAL_VALIDATORS=128
|
||||
BOOTSTRAP_PORT=9000
|
||||
WEB3_URL=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CONST_PRESET=mainnet
|
||||
USER_VALIDATORS=10
|
||||
TOTAL_VALIDATORS=256
|
||||
USER_VALIDATORS=8
|
||||
TOTAL_VALIDATORS=128
|
||||
BOOTSTRAP_PORT=9100
|
||||
WEB3_URL=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a
|
||||
|
||||
|
|
Loading…
Reference in New Issue