Remove BEEFY repo dependency (#3923)

This commit is contained in:
Andreas Doerr
2021-09-24 17:51:12 +02:00
committed by GitHub
parent 48b19bb319
commit 53ec86769e
10 changed files with 81 additions and 38 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master
pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" }
beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" }
beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" }
# Polkadot Runtimes
polkadot-runtime = { path = "../../runtime/polkadot", optional = true }