Enable discv5.1 for general beacon_node and inspector builds
This commit is contained in:
parent
ac1072b4bb
commit
fb6ce5c804
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
||||
-d:"libp2p_pki_schemes=secp256k1"
|
||||
-d:"UseDiscv51=false"
|
||||
-d:"UseDiscv51=true"
|
||||
|
||||
@if testnet_servers_image:
|
||||
-d:"chronicles_sinks=json"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
||||
-d:"libp2p_pki_schemes=secp256k1"
|
||||
-d:"UseDiscv51=true"
|
||||
|
|
Loading…
Reference in New Issue