@moonbeam-network/xcm-config 1.0.0-dev.289 → 1.0.0-dev.290

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
@@ -2147,7 +2147,8 @@ var moonriver = new EvmParachain({
2147
2147
  ],
2148
2148
  contracts: {
2149
2149
  Batch: "0x0000000000000000000000000000000000000808",
2150
- XcmUtils: "0x000000000000000000000000000000000000080C"
2150
+ XcmUtils: "0x000000000000000000000000000000000000080C",
2151
+ XcmPrecompile: "0x000000000000000000000000000000000000081A"
2151
2152
  },
2152
2153
  ecosystem: Ecosystem.Kusama,
2153
2154
  genesisHash: "0x401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b",
@@ -5016,7 +5017,7 @@ var moonriverRoutes2 = new MrlChainRoutes({
5016
5017
  chain: moonbeam,
5017
5018
  fee: {
5018
5019
  asset: glmr,
5019
- amount: 0.1,
5020
+ amount: 0.03,
5020
5021
  balance: BalanceBuilder13().evm().native()
5021
5022
  }
5022
5023
  }
@@ -5148,7 +5149,7 @@ var peaqEvmAlphanetRoutes = new MrlChainRoutes({
5148
5149
  },
5149
5150
  mrl: {
5150
5151
  isAutomaticPossible: true,
5151
- transfer: MrlBuilder9().wormhole().contract().Batch().transferAssetsAndMessageViaXTokens(),
5152
+ transfer: MrlBuilder9().wormhole().contract().Batch().transferAssetsAndMessageViaXtokens(),
5152
5153
  bridgeChain: {
5153
5154
  asset: ftmwh,
5154
5155
  balance: BalanceBuilder15().evm().erc20(),