mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-23 04:50:59 +00:00
reset all testnet flavours together
This commit is contained in:
parent
25494aa2fb
commit
976438d7fc
@ -28,7 +28,7 @@ regenTestnetFiles() {
|
||||
--outputDir="$NETWORK_DIR"
|
||||
fi
|
||||
|
||||
nim c -r $NIM_FLAGS beacon_chain/beacon_node \
|
||||
nim c -d:"network_type=$NETWORK_FLAVOUR" -r $NIM_FLAGS beacon_chain/beacon_node \
|
||||
--network=$NETWORK_NAME \
|
||||
--dataDir=$DATA_DIR/node-0 \
|
||||
createTestnet \
|
||||
@ -44,5 +44,6 @@ regenTestnetFiles() {
|
||||
}
|
||||
|
||||
regenTestnetFiles rlpx
|
||||
# regenTestnetFiles libp2p -d:withLibP2P
|
||||
regenTestnetFiles libp2p_spec
|
||||
regenTestnetFiles libp2p_native
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user