@moonbeam-network/xcm-config 3.3.3 → 3.3.4
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 +5 -8
- package/build/index.mjs.map +1 -1
- package/package.json +1 -1
package/build/index.mjs
CHANGED
|
@@ -8165,14 +8165,11 @@ var moonriverRoutes = new ChainRoutes({
|
|
|
8165
8165
|
chain: kusamaAssetHub,
|
|
8166
8166
|
balance: BalanceBuilder34().substrate().assets().account(),
|
|
8167
8167
|
fee: {
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
// }),
|
|
8174
|
-
amount: 1e-4,
|
|
8175
|
-
asset: rmrk
|
|
8168
|
+
amount: FeeBuilder26().xcmPaymentApi().fromHereAndGeneralIndex({
|
|
8169
|
+
isAssetReserveChain: true,
|
|
8170
|
+
shouldTransferAssetPrecedeFeeAsset: true
|
|
8171
|
+
}),
|
|
8172
|
+
asset: ksm
|
|
8176
8173
|
},
|
|
8177
8174
|
min: AssetMinBuilder10().assets().asset()
|
|
8178
8175
|
},
|