@moonbeam-network/xcm-config 1.0.0-dev.296 → 1.0.0-dev.298

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
@@ -4074,7 +4074,7 @@ var ethereumRoutes = new MrlChainRoutes({
4074
4074
  chain: moonbeam,
4075
4075
  fee: {
4076
4076
  asset: glmr,
4077
- amount: 0.15,
4077
+ amount: 1,
4078
4078
  balance: BalanceBuilder7().substrate().system().account()
4079
4079
  }
4080
4080
  }
@@ -4962,7 +4962,8 @@ var moonriverRoutes2 = new MrlChainRoutes({
4962
4962
  chain: moonbeam,
4963
4963
  fee: {
4964
4964
  asset: glmr,
4965
- amount: 0.03,
4965
+ amount: 1,
4966
+ // TODO: needs calculation
4966
4967
  balance: BalanceBuilder13().evm().native()
4967
4968
  }
4968
4969
  }