Fix trusted setup in lcli::new_testnet

This commit is contained in:
Pawan Dhananjay
2023-01-19 17:45:15 +05:30
parent f04486dc71
commit fd08a2cb0a
3 changed files with 20 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ withdrawals-processing = ["beacon_chain/withdrawals-processing", "store/withdraw
[dependencies]
bls = { path = "../crypto/bls" }
kzg = { path = "../crypto/kzg" }
clap = "2.33.3"
log = "0.4.11"
serde = "1.0.116"