@moonbeam-network/xcm-config 1.0.0-dev.207 → 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 +1 -1
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.mjs
CHANGED
|
@@ -8166,7 +8166,7 @@ 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: FeeBuilder26().xcmPaymentApi().
|
|
8169
|
+
amount: FeeBuilder26().xcmPaymentApi().fromHereAndGeneralIndex({
|
|
8170
8170
|
isAssetReserveChain: true,
|
|
8171
8171
|
parents: 1
|
|
8172
8172
|
}),
|