[evm-template] XCM config for foreign assets (#219)

This commit is contained in:
Amar Singh
2024-06-18 11:42:17 -04:00
committed by GitHub
parent b2b65e9364
commit b0c0a81219
9 changed files with 329 additions and 54 deletions
+83
View File
@@ -6694,6 +6694,39 @@ dependencies = [
"num-traits",
]
[[package]]
name = "orml-traits"
version = "0.10.0"
source = "git+https://github.com/OpenZeppelin/open-runtime-module-library?branch=polkadot-v1.10.0#92fa20ffd3bef00f4838b6a0a6bcb7610b06cfaf"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
"num-traits",
"orml-utilities",
"parity-scale-codec",
"paste",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.10.0)",
"staging-xcm",
]
[[package]]
name = "orml-utilities"
version = "0.10.0"
source = "git+https://github.com/OpenZeppelin/open-runtime-module-library?branch=polkadot-v1.10.0#92fa20ffd3bef00f4838b6a0a6bcb7610b06cfaf"
dependencies = [
"frame-support",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.10.0)",
]
[[package]]
name = "overload"
version = "0.1.1"
@@ -6718,6 +6751,25 @@ dependencies = [
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.10.0)",
]
[[package]]
name = "pallet-asset-manager"
version = "0.1.0"
source = "git+https://github.com/OpenZeppelin/moonbeam.git?branch=polkadot-v1.10.0#e1cb96f42dbd156a9f12de8ce6d3143a0ffde1df"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.10.0)",
"staging-xcm",
"xcm-primitives",
]
[[package]]
name = "pallet-asset-rate"
version = "7.0.0"
@@ -8030,6 +8082,7 @@ dependencies = [
"frame-try-runtime",
"hex-literal",
"log",
"pallet-asset-manager",
"pallet-assets",
"pallet-aura",
"pallet-authorship",
@@ -8083,6 +8136,7 @@ dependencies = [
"staging-xcm-builder",
"staging-xcm-executor",
"substrate-wasm-builder",
"xcm-primitives",
]
[[package]]
@@ -15715,6 +15769,35 @@ dependencies = [
"staging-xcm",
]
[[package]]
name = "xcm-primitives"
version = "0.1.1"
source = "git+https://github.com/OpenZeppelin/moonbeam.git?branch=polkadot-v1.10.0#e1cb96f42dbd156a9f12de8ce6d3143a0ffde1df"
dependencies = [
"cumulus-primitives-core",
"ethereum",
"ethereum-types",
"frame-benchmarking",
"frame-support",
"frame-system",
"hex",
"impl-trait-for-tuples",
"log",
"orml-traits",
"pallet-staking",
"parity-scale-codec",
"polkadot-runtime-common",
"scale-info",
"serde",
"sha3",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.10.0)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
]
[[package]]
name = "xcm-procedural"
version = "7.0.0"