xcm-transactor on evm (#345)

This commit is contained in:
Amar Singh
2024-10-31 09:04:01 -04:00
committed by GitHub
parent 10bf20f9ec
commit 8b56b2990e
9 changed files with 327 additions and 2 deletions
+2
View File
@@ -266,6 +266,8 @@ mod runtime {
pub type XTokens = orml_xtokens;
#[runtime::pallet_index(35)]
pub type XcmWeightTrader = pallet_xcm_weight_trader;
#[runtime::pallet_index(36)]
pub type XcmTransactor = pallet_xcm_transactor;
// EVM
#[runtime::pallet_index(40)]