@@ -20,7 +20,6 @@ stake = { path = "../pallets/stake", default-features = false }
20
20
pallet-author-filter = { path = " ../pallets/author-filter" , default-features = false }
21
21
22
22
# Substrate dependencies
23
- pallet-aura = { git = " https://github.com/paritytech/substrate.git" , default-features = false , branch = " master" , optional = true }
24
23
sp-std = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " master" }
25
24
sp-api = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " master" }
26
25
sp-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " master" }
@@ -46,9 +45,6 @@ frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate"
46
45
pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " master" }
47
46
pallet-evm = { git = " https://github.com/purestake/frontier" , default-features = false , branch = " v0.6-moonbeam" }
48
47
49
- sp-consensus-aura = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " master" , optional = true }
50
- pallet-grandpa = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " master" , optional = true }
51
-
52
48
pallet-ethereum = { default-features = false , git = " https://github.com/purestake/frontier" , branch = " v0.6-moonbeam" }
53
49
fp-rpc = { default-features = false , git = " https://github.com/purestake/frontier" , branch = " v0.6-moonbeam" }
54
50
0 commit comments