@moonbeam-network/xcm-builder 1.0.0-dev.269 → 1.0.0-dev.270
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 +7 -0
- package/build/index.mjs.map +1 -1
- package/package.json +11 -11
package/build/index.mjs
CHANGED
|
@@ -4946,6 +4946,13 @@ function getMultilocation({
|
|
|
4946
4946
|
const version = getExtrinsicArgumentVersion(moonApi.tx.polkadotXcm.send);
|
|
4947
4947
|
const isDifferentEcosystem = destination.ecosystem !== moonChain.ecosystem;
|
|
4948
4948
|
const isEvmDestination = EvmParachain5.is(destination);
|
|
4949
|
+
console.log("destination", destination);
|
|
4950
|
+
console.log("isEvmDestination", isEvmDestination);
|
|
4951
|
+
console.log("destinationAddress", destinationAddress);
|
|
4952
|
+
console.log(
|
|
4953
|
+
"evmToAddress(destinationAddress)",
|
|
4954
|
+
evmToAddress4(destinationAddress)
|
|
4955
|
+
);
|
|
4949
4956
|
if (isDifferentEcosystem) {
|
|
4950
4957
|
return moonApi.createType("XcmVersionedLocation", {
|
|
4951
4958
|
[version]: {
|