Skip to content

Commit

Permalink
feat: impl governance pallet (#11)
Browse files Browse the repository at this point in the history
closes CHAIN-18
  • Loading branch information
devwckd authored and saiintbrisson committed Dec 21, 2024
1 parent 313725d commit 8a595ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pallets/governance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ try-runtime = [
codec = { workspace = true, features = ["derive"] }
pallet-torus0 = { workspace = true }
pallet-emission0 = { workspace = true }
polkadot-sdk = { workspace = true, features = ["experimental", "runtime"] }
polkadot-sdk = { workspace = true, features = [
"experimental",
"runtime",
"pallet-sudo",
"sc-telemetry",
] }
scale-info = { workspace = true, features = ["derive"] }
substrate-fixed = { workspace = true }

0 comments on commit 8a595ac

Please sign in to comment.