We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785d28b commit 1220650Copy full SHA for 1220650
1 file changed
runtime/quartz/Cargo.toml
@@ -66,6 +66,7 @@ std = [
66
'frame-try-runtime/std',
67
'pallet-aura/std',
68
'pallet-balances/std',
69
+ 'pallet-balances-adapter/std',
70
# 'pallet-contracts/std',
71
# 'pallet-contracts-primitives/std',
72
# 'pallet-contracts-rpc-runtime-api/std',
@@ -153,7 +154,6 @@ try-runtime = [
153
154
'orml-xtokens/try-runtime',
155
'pallet-app-promotion/try-runtime',
156
'pallet-aura/try-runtime',
- 'pallet-balances-adapter/std',
157
'pallet-balances/try-runtime',
158
'pallet-balances-adapter/try-runtime',
159
'pallet-charge-transaction/try-runtime',
0 commit comments