@moonbeam-network/xcm-config 3.3.2 → 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 CHANGED
@@ -8165,14 +8165,11 @@ var moonriverRoutes = new ChainRoutes({
8165
8165
  chain: kusamaAssetHub,
8166
8166
  balance: BalanceBuilder34().substrate().assets().account(),
8167
8167
  fee: {
8168
- // RMRK is not supported by XCM Payment API in Kusama yet
8169
- // amount: FeeBuilder()
8170
- // .xcmPaymentApi()
8171
- // .fromPalletInstanceAndGeneralIndex({
8172
- // isAssetReserveChain: true,
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
  },