@moonbeam-network/xcm-config 1.0.0-dev.155 → 1.0.0-dev.157

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
@@ -1250,6 +1250,7 @@ var moonbaseAlpha = new EvmParachain({
1250
1250
  })
1251
1251
  ],
1252
1252
  ecosystem: Ecosystem.AlphanetRelay,
1253
+ explorer: "https://moonbase.moonscan.io",
1253
1254
  genesisHash: "0x91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
1254
1255
  id: 1287,
1255
1256
  isEvmSigner: true,
@@ -1300,6 +1301,9 @@ var moonbaseBeta = new EvmParachain({
1300
1301
  })
1301
1302
  ],
1302
1303
  ecosystem: Ecosystem.AlphanetRelay,
1304
+ explorer: getPolkadotAppsUrl(
1305
+ "wss://moonbase-beta.api.moonbase.moonbeam.network"
1306
+ ),
1303
1307
  genesisHash: "0xeebb5d05763801e54d6a7a60a4b7998ac125c4d050dcec418dd07ea959a54464",
1304
1308
  id: 1282,
1305
1309
  isTestChain: true,
@@ -1637,6 +1641,7 @@ var moonbeam = new EvmParachain({
1637
1641
  })
1638
1642
  ],
1639
1643
  ecosystem: Ecosystem.Polkadot,
1644
+ explorer: "https://moonbeam.moonscan.io",
1640
1645
  genesisHash: "0xfe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d",
1641
1646
  id: 1284,
1642
1647
  isEvmSigner: true,
@@ -2807,6 +2812,37 @@ var fantomTestnetRoutes = new MrlChainRoutes({
2807
2812
  }
2808
2813
  }
2809
2814
  },
2815
+ {
2816
+ source: {
2817
+ asset: ftm,
2818
+ balance: BalanceBuilder().evm().native(),
2819
+ destinationFee: {
2820
+ asset: ftm,
2821
+ balance: BalanceBuilder().evm().native()
2822
+ }
2823
+ },
2824
+ destination: {
2825
+ asset: ftmwh,
2826
+ chain: peaqEvmAlphanet,
2827
+ balance: BalanceBuilder().evm().erc20(),
2828
+ fee: {
2829
+ asset: ftmwh,
2830
+ amount: 0.01
2831
+ }
2832
+ },
2833
+ mrl: {
2834
+ isAutomaticPossible: false,
2835
+ transfer: MrlBuilder().wormhole().wormhole().tokenTransfer(),
2836
+ moonChain: {
2837
+ asset: ftmwh,
2838
+ fee: {
2839
+ asset: dev,
2840
+ amount: 0.1,
2841
+ balance: BalanceBuilder().substrate().system().account()
2842
+ }
2843
+ }
2844
+ }
2845
+ },
2810
2846
  {
2811
2847
  source: {
2812
2848
  asset: agng,
@@ -3112,7 +3148,7 @@ var peaqAlphanetRoutes = new MrlChainRoutes({
3112
3148
  destination: {
3113
3149
  asset: agng,
3114
3150
  chain: fantomTestnet,
3115
- balance: BalanceBuilder4().evm().native(),
3151
+ balance: BalanceBuilder4().evm().erc20(),
3116
3152
  fee: {
3117
3153
  asset: agng,
3118
3154
  amount: 0.2