xcm-transactor on generic (#346)

This commit is contained in:
Amar Singh
2024-10-31 13:34:42 -04:00
committed by GitHub
parent 8b56b2990e
commit 62f2cd2913
10 changed files with 340 additions and 3 deletions
+24
View File
@@ -3660,6 +3660,7 @@ dependencies = [
"pallet-utility",
"pallet-whitelist",
"pallet-xcm",
"pallet-xcm-transactor",
"pallet-xcm-weight-trader",
"parachains-common",
"parity-scale-codec",
@@ -7591,6 +7592,29 @@ dependencies = [
"staging-xcm-executor",
]
[[package]]
name = "pallet-xcm-transactor"
version = "0.2.0"
source = "git+https://github.com/OpenZeppelin/moonbeam.git?branch=polkadot-stable2407-1#fab6e72fbaaeaa065ad983556d09d4c0e8755dfa"
dependencies = [
"cumulus-primitives-core",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"orml-traits",
"parity-scale-codec",
"scale-info",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
"xcm-primitives",
]
[[package]]
name = "pallet-xcm-weight-trader"
version = "0.1.0"