Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the umbrella crate for the parachain template #5991

Merged
merged 14 commits into from
Oct 14, 2024
Prev Previous commit
Next Next commit
fix
  • Loading branch information
serban300 committed Oct 14, 2024
commit 54711299c843550601d33e9c7bcbc8292ff51a0c
2 changes: 0 additions & 2 deletions templates/parachain/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ serde_json = { workspace = true, default-features = false, features = ["alloc"]
pallet-parachain-template = { workspace = true }

polkadot-sdk = { workspace = true, default-features = false, features = [
"experimental",

"pallet-aura",
"pallet-authorship",
"pallet-balances",
Expand Down
Loading