Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
[ajuna-solo] remove try-runtime feature
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 12, 2024
1 parent 3ab9b72 commit 028363b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ runtime-benchmarks = [
]

try-runtime = [
"ajuna-solo-runtime?/try-runtime",
"bajun-runtime?/try-runtime",
"polkadot-service?/try-runtime",
"sp-runtime/try-runtime"
Expand Down
24 changes: 0 additions & 24 deletions runtime/solo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,27 +135,3 @@ std = [
"pallet-ajuna-nft-staking/std",
"pallet-ajuna-nft-transfer/std",
]

try-runtime = [
"frame-executive/try-runtime",
"frame-system/try-runtime",
"orml-vesting/try-runtime",
"pallet-aura/try-runtime",
"pallet-balances/try-runtime",
"pallet-collective/try-runtime",
"pallet-identity/try-runtime",
"pallet-membership/try-runtime",
"pallet-multisig/try-runtime",
"pallet-nfts/try-runtime",
"pallet-preimage/try-runtime",
"pallet-proxy/try-runtime",
"pallet-insecure-randomness-collective-flip/try-runtime",
"pallet-scheduler/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime",
"pallet-treasury/try-runtime",
"pallet-utility/try-runtime",
"pallet-ajuna-awesome-avatars/try-runtime",
"pallet-ajuna-nft-transfer/try-runtime",
]

0 comments on commit 028363b

Please sign in to comment.