@moonbeam-network/xcm-config 1.0.0-dev.206 → 1.0.0-dev.208

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
@@ -8166,13 +8166,11 @@ var moonriverRoutes = new ChainRoutes({
8166
8166
  balance: BalanceBuilder34().substrate().assets().account(),
8167
8167
  fee: {
8168
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
8169
+ amount: FeeBuilder26().xcmPaymentApi().fromHereAndGeneralIndex({
8170
+ isAssetReserveChain: true,
8171
+ parents: 1
8172
+ }),
8173
+ asset: ksm
8176
8174
  },
8177
8175
  min: AssetMinBuilder10().assets().asset()
8178
8176
  },