mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
no remote signer or threshold in default CI (#4667)
* no remote signer or threshold in default CI * also no remote validators
This commit is contained in:
parent
73797fb911
commit
cdca07908b
6
Makefile
6
Makefile
@ -213,10 +213,7 @@ local-testnet-minimal:
|
||||
--deneb-fork-epoch 20 \
|
||||
--stop-at-epoch 6 \
|
||||
--disable-htop \
|
||||
--remote-validators-count 512 \
|
||||
--enable-payload-builder \
|
||||
--nimbus-signer-nodes 1 \
|
||||
--threshold 1 \
|
||||
--enable-logtrace \
|
||||
--base-port $$(( 6001 + EXECUTOR_NUMBER * 500 )) \
|
||||
--base-rest-port $$(( 6031 + EXECUTOR_NUMBER * 500 )) \
|
||||
@ -244,9 +241,6 @@ local-testnet-mainnet:
|
||||
--stop-at-epoch 6 \
|
||||
--disable-htop \
|
||||
--enable-logtrace \
|
||||
--nimbus-signer-nodes 3 \
|
||||
--threshold 2 \
|
||||
--remote-validators-count 512 \
|
||||
--base-port $$(( 7001 + EXECUTOR_NUMBER * 500 )) \
|
||||
--base-rest-port $$(( 7031 + EXECUTOR_NUMBER * 500 )) \
|
||||
--base-metrics-port $$(( 7061 + EXECUTOR_NUMBER * 500 )) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user