@moonbeam-network/xcm-builder 1.0.0-dev.241 → 1.0.0-dev.242
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.mjs +2 -4
- package/build/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/index.mjs
CHANGED
|
@@ -2258,12 +2258,11 @@ function polkadotXcm() {
|
|
|
2258
2258
|
}
|
|
2259
2259
|
}
|
|
2260
2260
|
];
|
|
2261
|
-
|
|
2261
|
+
return getEcosystemTransferExtrinsicArgs({
|
|
2262
2262
|
...params,
|
|
2263
2263
|
func: extrinsicFunction,
|
|
2264
2264
|
assets: assets3
|
|
2265
2265
|
});
|
|
2266
|
-
return result;
|
|
2267
2266
|
}
|
|
2268
2267
|
});
|
|
2269
2268
|
}
|
|
@@ -2375,12 +2374,11 @@ function polkadotXcm() {
|
|
|
2375
2374
|
}
|
|
2376
2375
|
}
|
|
2377
2376
|
];
|
|
2378
|
-
|
|
2377
|
+
return getEcosystemTransferExtrinsicArgs({
|
|
2379
2378
|
...params,
|
|
2380
2379
|
func: extrinsicFunction,
|
|
2381
2380
|
assets: assets3
|
|
2382
2381
|
});
|
|
2383
|
-
return result;
|
|
2384
2382
|
}
|
|
2385
2383
|
});
|
|
2386
2384
|
}
|