@moonbeam-network/xcm-builder 1.0.0-dev.187 → 1.0.0-dev.189
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 +16 -14
- package/build/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/index.mjs
CHANGED
|
@@ -1957,22 +1957,24 @@ function polkadotXcm() {
|
|
|
1957
1957
|
},
|
|
1958
1958
|
// assets
|
|
1959
1959
|
{
|
|
1960
|
-
[version]:
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1960
|
+
[version]: [
|
|
1961
|
+
{
|
|
1962
|
+
id: normalizeConcrete(
|
|
1963
|
+
version,
|
|
1964
|
+
normalizeX1(version, {
|
|
1965
|
+
parents: 0,
|
|
1966
|
+
interior: {
|
|
1967
|
+
X1: {
|
|
1968
|
+
PalletInstance: params.asset.getAssetPalletInstance()
|
|
1969
|
+
}
|
|
1968
1970
|
}
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1971
|
+
})
|
|
1972
|
+
),
|
|
1973
|
+
fun: {
|
|
1974
|
+
Fungible: params.asset.amount
|
|
1975
|
+
}
|
|
1974
1976
|
}
|
|
1975
|
-
|
|
1977
|
+
]
|
|
1976
1978
|
},
|
|
1977
1979
|
// feeAssetItem
|
|
1978
1980
|
0,
|