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 committed Dec 20, 2024
1 parent 9bef7a8 commit 0b4aeb4
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 @@ -15,6 +15,11 @@ try-runtime = ["polkadot-sdk/try-runtime"]
[dependencies]
codec = { workspace = true, features = ["derive"] }
pallet-torus0 = { 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 0b4aeb4

Please sign in to comment.