@@ -33,7 +33,7 @@ libsecp256k1.workspace = true
3333log.workspace = true
3434substrate-fixed.workspace = true
3535pallet-transaction-payment.workspace = true
36- pallet-utility-otf .workspace = true
36+ pallet-subtensor-utility .workspace = true
3737ndarray.workspace = true
3838hex.workspace = true
3939share-pool.workspace = true
@@ -44,7 +44,7 @@ runtime-common.workspace = true
4444subtensor-runtime-common = { workspace = true , features = [" approx" ] }
4545
4646pallet-drand.workspace = true
47- pallet-collective-otf .workspace = true
47+ pallet-subtensor-collective .workspace = true
4848pallet-membership.workspace = true
4949hex-literal.workspace = true
5050num-traits = { workspace = true , features = [" libm" ] }
@@ -54,7 +54,7 @@ w3f-bls.workspace = true
5454sha2.workspace = true
5555rand_chacha.workspace = true
5656pallet-crowdloan.workspace = true
57- pallet-proxy-otf .workspace = true
57+ pallet-subtensor-proxy .workspace = true
5858
5959[dev-dependencies ]
6060pallet-balances = { workspace = true , features = [" std" ] }
@@ -81,14 +81,14 @@ std = [
8181 " log/std" ,
8282 " num-traits/std" ,
8383 " pallet-balances/std" ,
84- " pallet-collective-otf /std" ,
84+ " pallet-subtensor-collective /std" ,
8585 " pallet-drand/std" ,
8686 " pallet-membership/std" ,
8787 " pallet-preimage/std" ,
8888 " pallet-scheduler/std" ,
8989 " pallet-subtensor-swap/std" ,
9090 " pallet-transaction-payment/std" ,
91- " pallet-utility-otf /std" ,
91+ " pallet-subtensor-utility /std" ,
9292 " rand_chacha/std" ,
9393 " safe-math/std" ,
9494 " scale-info/std" ,
@@ -113,29 +113,29 @@ std = [
113113 " sha2/std" ,
114114 " share-pool/std" ,
115115 " subtensor-runtime-common/std" ,
116- " pallet-proxy-otf /std" ,
116+ " pallet-subtensor-proxy /std" ,
117117 " pallet-crowdloan/std" ,
118118 " runtime-common/std" ,
119- " ndarray/std"
119+ " ndarray/std" ,
120120]
121121default = [" std" ]
122122runtime-benchmarks = [
123123 " frame-benchmarking/runtime-benchmarks" ,
124124 " frame-support/runtime-benchmarks" ,
125125 " frame-system/runtime-benchmarks" ,
126126 " pallet-balances/runtime-benchmarks" ,
127- " pallet-collective-otf /runtime-benchmarks" ,
127+ " pallet-subtensor-collective /runtime-benchmarks" ,
128128 " pallet-drand/runtime-benchmarks" ,
129129 " pallet-membership/runtime-benchmarks" ,
130130 " pallet-preimage/runtime-benchmarks" ,
131131 " pallet-scheduler/runtime-benchmarks" ,
132132 " pallet-subtensor-swap/runtime-benchmarks" ,
133133 " pallet-transaction-payment/runtime-benchmarks" ,
134- " pallet-proxy-otf /runtime-benchmarks" ,
134+ " pallet-subtensor-proxy /runtime-benchmarks" ,
135135 " pallet-crowdloan/runtime-benchmarks" ,
136- " pallet-utility-otf /runtime-benchmarks" ,
136+ " pallet-subtensor-utility /runtime-benchmarks" ,
137137 " sp-runtime/runtime-benchmarks" ,
138- " runtime-common/runtime-benchmarks"
138+ " runtime-common/runtime-benchmarks" ,
139139]
140140try-runtime = [
141141 " frame-support/try-runtime" ,
@@ -145,13 +145,13 @@ try-runtime = [
145145 " pallet-preimage/try-runtime" ,
146146 " pallet-scheduler/try-runtime" ,
147147 " pallet-transaction-payment/try-runtime" ,
148- " pallet-utility-otf /try-runtime" ,
148+ " pallet-subtensor-utility /try-runtime" ,
149149 " sp-runtime/try-runtime" ,
150- " pallet-collective-otf /try-runtime" ,
150+ " pallet-subtensor-collective /try-runtime" ,
151151 " pallet-drand/try-runtime" ,
152- " pallet-proxy-otf /try-runtime" ,
152+ " pallet-subtensor-proxy /try-runtime" ,
153153 " pallet-crowdloan/try-runtime" ,
154- " runtime-common/try-runtime"
154+ " runtime-common/try-runtime" ,
155155]
156156pow-faucet = []
157157fast-runtime = [" subtensor-runtime-common/fast-runtime" ]
0 commit comments