@moonbeam-network/mrl 1.0.0-dev.270 → 1.0.0-dev.271

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
@@ -16894,8 +16894,7 @@ import {
16894
16894
  import {
16895
16895
  getMoonChain as getMoonChain2,
16896
16896
  moonbaseAlpha,
16897
- moonbeam,
16898
- moonriver
16897
+ moonbeam
16899
16898
  } from "@moonbeam-network/xcm-config";
16900
16899
  import {
16901
16900
  convertToChainDecimals,
@@ -16915,7 +16914,6 @@ import {
16915
16914
  } from "viem";
16916
16915
  var MOON_CHAIN_AUTOMATIC_GAS_ESTIMATION = {
16917
16916
  [moonbeam.key]: 1273110n,
16918
- [moonriver.key]: 1273110n,
16919
16917
  [moonbaseAlpha.key]: 1470417n
16920
16918
  };
16921
16919
  function getMoonChainFeeValueOnSource({
@@ -17027,7 +17025,6 @@ async function getTransact(params) {
17027
17025
  });
17028
17026
  const extrinsic = MrlBuilder2().wormhole().extrinsic().ethereumXcm().transact().build({ ...params, moonGasLimit });
17029
17027
  const { weight } = await polkadot.getPaymentInfo(address20, extrinsic);
17030
- console.log("extrinsic", extrinsic.getArgs());
17031
17028
  return {
17032
17029
  call: polkadot.getExtrinsicCallHash(extrinsic),
17033
17030
  txWeight: {