@moonbeam-network/xcm-config 4.1.0 → 4.2.0

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.d.ts CHANGED
@@ -35,12 +35,14 @@ declare const kar: Asset;
35
35
  declare const kbtc: Asset;
36
36
  declare const kint: Asset;
37
37
  declare const ksm: Asset;
38
+ declare const lama: Asset;
38
39
  declare const laos: Asset;
39
40
  declare const ldot: Asset;
40
41
  declare const lit: Asset;
41
42
  declare const manta: Asset;
42
43
  declare const maos: Asset;
43
44
  declare const movr: Asset;
45
+ declare const movrsama: Asset;
44
46
  declare const neuro: Asset;
45
47
  declare const nodl: Asset;
46
48
  declare const otp: Asset;
@@ -271,6 +273,8 @@ declare const laosMainnet: EvmParachain;
271
273
  declare const moonbaseAlpha: EvmParachain;
272
274
  declare const moonbaseBeta: EvmParachain;
273
275
  declare const moonbaseStage: EvmParachain;
276
+ declare const moonlama: EvmParachain;
277
+ declare const moonsama: EvmParachain;
274
278
  declare const moonbeam: EvmParachain;
275
279
  declare const moonriver: EvmParachain;
276
280
  declare const neuroweb: Parachain;
@@ -304,4 +308,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
304
308
  declare const xcmRoutesList: ChainRoutes[];
305
309
  declare const xcmRoutesMap: Map<string, ChainRoutes>;
306
310
 
307
- export { AssetRoute, type AssetRouteConstructorParams, ChainRoutes, type ChainRoutesConstructorParams, ConfigService, type ConfigServiceOptions, type DestinationConfig, type DestinationFeeConfig, type FeeConfig, type MoonChainConfig, type MoonChainFeeConfig, MrlAssetRoute, type MrlAssetRouteConstructorParams, MrlChainRoutes, type MrlChainRoutesConstructorParams, type MrlConfig, type MrlSourceConfig, type SourceConfig, aca, acala, agng, alan, alphanetAssetHub, alphanetRelay, ampe, apillon, aseed, assetsList, assetsMap, astar, astr, auq, axlusdc, bifrostKusama, bifrostPolkadot, bnc, centrifuge, cfg, chainsList, chainsMap, crab, crossEcosystemsRoutesList, crossEcosystemsRoutesMap, crustShadow, csm, dai, darwinia, darwiniaCrab, ded, dev, devBeta, devStage, dot, eq, eqd, eth, ethereum, eurc, fantomTestnet, fil, ftm, ftmwh, getKey, getMoonChain, glmr, hdx, hydration, hydrationAlphanet, ibtc, integritee, interlay, intr, kar, karura, kbtc, kint, kintsugi, ksm, kusama, kusamaAssetHub, laos, laosAlphanet, laosMainnet, ldot, lit, manta, mantaParachain, maos, moonbaseAlpha, moonbaseBeta, moonbaseStage, moonbeam, moonriver, movr, mrlRoutesList, mrlRoutesMap, neuro, neuroweb, nodl, originTrailAlphanet, otp, para, paring, peaq, peaqAlphanet, peaqChain, peaqEvm, peaqEvmAlphanet, pen, pendulum, pendulumAlphanet, pha, phala, pica, pink, pizza, polkadot, polkadotAssetHub, ring, rmrk, robonomics, sdn, shiden, soon, stink, sub, teer, tnkr, tt1, tur, turingAlphanet, uniqueAlpha, unit, usdc, usdcwh, usdt, usdtwh, vastr, vbnc, vdot, vfil, vglmr, vksm, vmanta, vmovr, wbtc, wbtce, weth, wethe, wftm, wifd, wstethe, xcmRoutesList, xcmRoutesMap, xrt, zeitgeist, ztg };
311
+ export { AssetRoute, type AssetRouteConstructorParams, ChainRoutes, type ChainRoutesConstructorParams, ConfigService, type ConfigServiceOptions, type DestinationConfig, type DestinationFeeConfig, type FeeConfig, type MoonChainConfig, type MoonChainFeeConfig, MrlAssetRoute, type MrlAssetRouteConstructorParams, MrlChainRoutes, type MrlChainRoutesConstructorParams, type MrlConfig, type MrlSourceConfig, type SourceConfig, aca, acala, agng, alan, alphanetAssetHub, alphanetRelay, ampe, apillon, aseed, assetsList, assetsMap, astar, astr, auq, axlusdc, bifrostKusama, bifrostPolkadot, bnc, centrifuge, cfg, chainsList, chainsMap, crab, crossEcosystemsRoutesList, crossEcosystemsRoutesMap, crustShadow, csm, dai, darwinia, darwiniaCrab, ded, dev, devBeta, devStage, dot, eq, eqd, eth, ethereum, eurc, fantomTestnet, fil, ftm, ftmwh, getKey, getMoonChain, glmr, hdx, hydration, hydrationAlphanet, ibtc, integritee, interlay, intr, kar, karura, kbtc, kint, kintsugi, ksm, kusama, kusamaAssetHub, lama, laos, laosAlphanet, laosMainnet, ldot, lit, manta, mantaParachain, maos, moonbaseAlpha, moonbaseBeta, moonbaseStage, moonbeam, moonlama, moonriver, moonsama, movr, movrsama, mrlRoutesList, mrlRoutesMap, neuro, neuroweb, nodl, originTrailAlphanet, otp, para, paring, peaq, peaqAlphanet, peaqChain, peaqEvm, peaqEvmAlphanet, pen, pendulum, pendulumAlphanet, pha, phala, pica, pink, pizza, polkadot, polkadotAssetHub, ring, rmrk, robonomics, sdn, shiden, soon, stink, sub, teer, tnkr, tt1, tur, turingAlphanet, uniqueAlpha, unit, usdc, usdcwh, usdt, usdtwh, vastr, vbnc, vdot, vfil, vglmr, vksm, vmanta, vmovr, wbtc, wbtce, weth, wethe, wftm, wifd, wstethe, xcmRoutesList, xcmRoutesMap, xrt, zeitgeist, ztg };
package/build/index.mjs CHANGED
@@ -136,6 +136,10 @@ var ksm = new Asset({
136
136
  key: "ksm",
137
137
  originSymbol: "KSM"
138
138
  });
139
+ var lama = new Asset({
140
+ key: "lama",
141
+ originSymbol: "LAMA"
142
+ });
139
143
  var laos = new Asset({
140
144
  key: "laos",
141
145
  originSymbol: "LAOS"
@@ -160,6 +164,10 @@ var movr = new Asset({
160
164
  key: "movr",
161
165
  originSymbol: "MOVR"
162
166
  });
167
+ var movrsama = new Asset({
168
+ key: "movrsama",
169
+ originSymbol: "MOVR-SAMA"
170
+ });
163
171
  var neuro = new Asset({
164
172
  key: "neuro",
165
173
  originSymbol: "NEURO"
@@ -367,12 +375,14 @@ var assetsList = [
367
375
  kbtc,
368
376
  kint,
369
377
  ksm,
378
+ lama,
370
379
  laos,
371
380
  ldot,
372
381
  lit,
373
382
  manta,
374
383
  maos,
375
384
  movr,
385
+ movrsama,
376
386
  neuro,
377
387
  nodl,
378
388
  otp,
@@ -1434,6 +1444,52 @@ var moonbaseStage = new EvmParachain({
1434
1444
  ss58Format: 1287,
1435
1445
  ws: ["wss://wss.api.moondev.network"]
1436
1446
  });
1447
+ var moonlama = new EvmParachain({
1448
+ assets: [
1449
+ ChainAsset.fromAsset(lama, {
1450
+ address: "0x0000000000000000000000000000000000000802",
1451
+ decimals: 18,
1452
+ ids: {
1453
+ palletInstance: 3
1454
+ }
1455
+ })
1456
+ ],
1457
+ ecosystem: Ecosystem.MoonlamaRelay,
1458
+ genesisHash: "0xb7e61bf426fa70533e2cc8d17bc00f1d373f3f45a01eac924da95214930a0d0e",
1459
+ id: 1283,
1460
+ isTestChain: true,
1461
+ key: "moonlama",
1462
+ name: "Moonlama",
1463
+ nativeAsset: lama,
1464
+ parachainId: 2004,
1465
+ relayGenesisHash: "0xd0a2c75ad080394edaaa9cd1c766b543478efb415db1b6cd7772536c9a413167",
1466
+ rpc: "https://moonlama.api.moondev.network",
1467
+ ss58Format: 1284,
1468
+ ws: ["wss://moonlama.api.moondev.network"]
1469
+ });
1470
+ var moonsama = new EvmParachain({
1471
+ assets: [
1472
+ ChainAsset.fromAsset(movrsama, {
1473
+ address: "0x0000000000000000000000000000000000000802",
1474
+ decimals: 18,
1475
+ ids: {
1476
+ palletInstance: 3
1477
+ }
1478
+ })
1479
+ ],
1480
+ ecosystem: Ecosystem.MoonsamaRelay,
1481
+ genesisHash: "0x13df313fb1b9b0c99dd215ff130c6437464706eabf0f63123d4da26019e1a0cc",
1482
+ id: 1285,
1483
+ isTestChain: true,
1484
+ key: "moonsama",
1485
+ name: "Moonsama",
1486
+ nativeAsset: movrsama,
1487
+ parachainId: 2023,
1488
+ relayGenesisHash: "0xe553c7f33ab7dbbd8770a82169ac9ad7f49f53204e6d72d3a75f9df5d22e1183",
1489
+ rpc: "https://viro-moonsama-rpc-1.rv.moondev.network",
1490
+ ss58Format: 1285,
1491
+ ws: ["wss://viro-moonsama-rpc-1.rv.moondev.network/"]
1492
+ });
1437
1493
  var moonbeam = new EvmParachain({
1438
1494
  assets: [
1439
1495
  ChainAsset.fromAsset(aca, {
@@ -2545,6 +2601,8 @@ var chainsList = [
2545
2601
  moonbaseStage,
2546
2602
  moonbeam,
2547
2603
  moonriver,
2604
+ moonlama,
2605
+ moonsama,
2548
2606
  neuroweb,
2549
2607
  originTrailAlphanet,
2550
2608
  peaqAlphanet,
@@ -10062,6 +10120,7 @@ export {
10062
10120
  ksm,
10063
10121
  kusama,
10064
10122
  kusamaAssetHub,
10123
+ lama,
10065
10124
  laos,
10066
10125
  laosAlphanet,
10067
10126
  laosMainnet,
@@ -10074,8 +10133,11 @@ export {
10074
10133
  moonbaseBeta,
10075
10134
  moonbaseStage,
10076
10135
  moonbeam,
10136
+ moonlama,
10077
10137
  moonriver,
10138
+ moonsama,
10078
10139
  movr,
10140
+ movrsama,
10079
10141
  mrlRoutesList,
10080
10142
  mrlRoutesMap,
10081
10143
  neuro,