mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 06:47:55 +00:00
xcm-transactor on evm (#345)
This commit is contained in:
@@ -103,6 +103,7 @@ orml-xtokens = { workspace = true }
|
||||
# Moonbeam
|
||||
pallet-asset-manager = { workspace = true }
|
||||
pallet-erc20-xcm-bridge = { workspace = true }
|
||||
pallet-xcm-transactor = { workspace = true }
|
||||
pallet-xcm-weight-trader = { workspace = true }
|
||||
xcm-primitives = { workspace = true }
|
||||
|
||||
@@ -167,6 +168,7 @@ std = [
|
||||
"pallet-treasury/std",
|
||||
"pallet-utility/std",
|
||||
"pallet-whitelist/std",
|
||||
"pallet-xcm-transactor/std",
|
||||
"pallet-xcm-weight-trader/std",
|
||||
"pallet-xcm/std",
|
||||
"parachain-info/std",
|
||||
@@ -224,6 +226,7 @@ runtime-benchmarks = [
|
||||
"pallet-treasury/runtime-benchmarks",
|
||||
"pallet-utility/runtime-benchmarks",
|
||||
"pallet-whitelist/runtime-benchmarks",
|
||||
"pallet-xcm-transactor/runtime-benchmarks",
|
||||
"pallet-xcm-weight-trader/runtime-benchmarks",
|
||||
"pallet-xcm/runtime-benchmarks",
|
||||
"parachains-common/runtime-benchmarks",
|
||||
@@ -270,6 +273,7 @@ try-runtime = [
|
||||
"pallet-treasury/try-runtime",
|
||||
"pallet-utility/try-runtime",
|
||||
"pallet-whitelist/try-runtime",
|
||||
"pallet-xcm-transactor/try-runtime",
|
||||
"pallet-xcm-weight-trader/try-runtime",
|
||||
"pallet-xcm/try-runtime",
|
||||
"parachain-info/try-runtime",
|
||||
|
||||
Reference in New Issue
Block a user