@@ -66,7 +66,7 @@ pallet-transaction-payment = { workspace = true }
66
66
pallet-commitments = { path = " ../pallets/commitments" }
67
67
pallet-drand = { workspace = true }
68
68
sp-crypto-ec-utils = { workspace = true }
69
- sp-keystore = { workspace = true , default-features = false }
69
+ sp-keystore = { workspace = true , default-features = false }
70
70
71
71
72
72
# These dependencies are used for the subtensor's RPCs
@@ -105,9 +105,10 @@ thiserror = { workspace = true }
105
105
num-traits = { version = " 0.2" , features = [" std" ] }
106
106
107
107
# Local Dependencies
108
- node-subtensor-runtime = { path = " ../runtime" }
109
- subtensor-custom-rpc = { path = " ../pallets/subtensor/rpc" }
110
- subtensor-custom-rpc-runtime-api = { path = " ../pallets/subtensor/runtime-api" }
108
+ node-subtensor-runtime = { workspace = true }
109
+ subtensor-runtime-common = { workspace = true }
110
+ subtensor-custom-rpc = { workspace = true }
111
+ subtensor-custom-rpc-runtime-api = { workspace = true }
111
112
112
113
[build-dependencies ]
113
114
substrate-build-script-utils = { workspace = true }
@@ -133,7 +134,7 @@ runtime-benchmarks = [
133
134
" sc-service/runtime-benchmarks" ,
134
135
" sp-runtime/runtime-benchmarks" ,
135
136
" pallet-commitments/runtime-benchmarks" ,
136
- " pallet-drand/runtime-benchmarks"
137
+ " pallet-drand/runtime-benchmarks" ,
137
138
]
138
139
pow-faucet = []
139
140
@@ -145,7 +146,7 @@ try-runtime = [
145
146
" pallet-transaction-payment/try-runtime" ,
146
147
" sp-runtime/try-runtime" ,
147
148
" pallet-commitments/try-runtime" ,
148
- " pallet-drand/try-runtime"
149
+ " pallet-drand/try-runtime" ,
149
150
]
150
151
151
152
metadata-hash = [" node-subtensor-runtime/metadata-hash" ]
0 commit comments