@moonbeam-network/xcm-config 1.0.0-dev.221 → 1.0.0-dev.223

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
@@ -909,10 +909,12 @@ var hydration = new Parachain({
909
909
  parachainId: 2034,
910
910
  ss58Format: 63,
911
911
  ws: [
912
- "wss://hydradx.paras.dotters.network",
912
+ "wss://hydration-rpc.n.dwellir.com",
913
913
  "wss://hydradx-rpc.dwellir.com",
914
914
  "wss://rpc.hydradx.cloud",
915
- "wss://rpc.helikon.io/hydradx"
915
+ "wss://rpc.helikon.io/hydradx",
916
+ "wss://hydration.ibp.network",
917
+ "wss://hydration.dotters.network"
916
918
  ]
917
919
  });
918
920
  var hydrationAlphanet = new Parachain({
@@ -4398,6 +4400,7 @@ var alphanetAssetHubRoutes = new ChainRoutes({
4398
4400
  import {
4399
4401
  BalanceBuilder as BalanceBuilder13,
4400
4402
  ExtrinsicBuilder as ExtrinsicBuilder5,
4403
+ FeeBuilder as FeeBuilder3,
4401
4404
  MonitoringBuilder as MonitoringBuilder5
4402
4405
  } from "@moonbeam-network/xcm-builder";
4403
4406
  var alphanetRelayRoutes = new ChainRoutes({
@@ -4420,11 +4423,7 @@ var alphanetRelayRoutes = new ChainRoutes({
4420
4423
  chain: moonbaseAlpha,
4421
4424
  balance: BalanceBuilder13().evm().erc20(),
4422
4425
  fee: {
4423
- // amount: FeeBuilder()
4424
- // .xcmPaymentApi()
4425
- // .fromAssetIdQuery({ isAssetReserveChain: false }),
4426
- amount: 1e-3,
4427
- // TODO remove this, force error in destination
4426
+ amount: FeeBuilder3().xcmPaymentApi().fromAssetIdQuery({ isAssetReserveChain: false }),
4428
4427
  asset: unit
4429
4428
  }
4430
4429
  },
@@ -6192,8 +6191,7 @@ var moonbaseAlphaRoutes2 = new ChainRoutes({
6192
6191
  chain: peaqAlphanet,
6193
6192
  balance: BalanceBuilder32().substrate().system().account(),
6194
6193
  fee: {
6195
- amount: 1e-10,
6196
- // TODO mjm forcing error in destination, return to 0.01 after testing
6194
+ amount: 0.01,
6197
6195
  asset: agng
6198
6196
  }
6199
6197
  },
@@ -8708,11 +8706,7 @@ var peaqAlphanetRoutes2 = new ChainRoutes({
8708
8706
  chain: moonbaseAlpha,
8709
8707
  balance: BalanceBuilder39().evm().erc20(),
8710
8708
  fee: {
8711
- // amount: FeeBuilder()
8712
- // .xcmPaymentApi()
8713
- // .fromAssetIdQuery({ isAssetReserveChain: false }),
8714
- amount: 1e-3,
8715
- // TODO remove this, force error in destination
8709
+ amount: FeeBuilder29().xcmPaymentApi().fromAssetIdQuery({ isAssetReserveChain: false }),
8716
8710
  asset: agng
8717
8711
  }
8718
8712
  },