@moonbeam-network/xcm-config 4.6.16 → 4.6.18
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.mts +1 -5
- package/build/index.d.ts +1 -5
- package/build/index.mjs +795 -1139
- package/build/index.mjs.map +1 -1
- package/package.json +5 -5
package/build/index.d.mts
CHANGED
|
@@ -39,7 +39,6 @@ declare const laos: Asset;
|
|
|
39
39
|
declare const ldot: Asset;
|
|
40
40
|
declare const lit: Asset;
|
|
41
41
|
declare const manta: Asset;
|
|
42
|
-
declare const maos: Asset;
|
|
43
42
|
declare const movr: Asset;
|
|
44
43
|
declare const samaMOVR: Asset;
|
|
45
44
|
declare const neuro: Asset;
|
|
@@ -276,8 +275,6 @@ declare const kintsugi: Parachain;
|
|
|
276
275
|
declare const kusama: Parachain;
|
|
277
276
|
declare const kusamaAssetHub: Parachain;
|
|
278
277
|
declare const mantaParachain: Parachain;
|
|
279
|
-
declare const laosAlphanet: EvmParachain;
|
|
280
|
-
declare const laosMainnet: EvmParachain;
|
|
281
278
|
declare const moonbaseAlpha: EvmParachain;
|
|
282
279
|
declare const moonbaseBeta: EvmParachain;
|
|
283
280
|
declare const moonbaseStage: EvmParachain;
|
|
@@ -298,7 +295,6 @@ declare const robonomics: Parachain;
|
|
|
298
295
|
declare const shiden: Parachain;
|
|
299
296
|
declare const turingAlphanet: Parachain;
|
|
300
297
|
declare const uniqueAlpha: Parachain;
|
|
301
|
-
declare const zeitgeist: Parachain;
|
|
302
298
|
declare const chainsList: AnyChain[];
|
|
303
299
|
declare const chainsMap: Map<string, AnyChain>;
|
|
304
300
|
|
|
@@ -313,4 +309,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
|
|
|
313
309
|
declare const xcmRoutesList: ChainRoutes[];
|
|
314
310
|
declare const xcmRoutesMap: Map<string, ChainRoutes>;
|
|
315
311
|
|
|
316
|
-
export { AssetRoute, type AssetRouteConstructorParams, type BridgeChainConfig, type BridgeChainFeeConfig, ChainRoutes, type ChainRoutesConstructorParams, ConfigService, type ConfigServiceOptions, type DestinationConfig, type FeeAmountConfig, type FeeConfig, MrlAssetRoute, type MrlAssetRouteConstructorParams, MrlChainRoutes, type MrlChainRoutesConstructorParams, type MrlConfig, type MrlSourceConfig, type ProtocolFeeConfig, type SourceConfig, aca, acala, agng, alan, alphanetAssetHub, alphanetRelay, ampe, apillon, aseed, assetsList, assetsMap, astar, astr, auq, axlusdc, bifrostKusama, bifrostPolkadot, bnc, centrifuge, cfg, chainsList, chainsMap, crossEcosystemsRoutesList, crossEcosystemsRoutesMap, crustShadow, csm, dai, darwinia, ded, dev, devBeta, devStage, dot, eq, eqd, eth, ethereum, eurc, fil, ftm, ftmwh, getKey, glmr, hdx, hydration, hydrationAlphanet, ibtc, interlay, intr, kar, karura, kbtc, kint, kintsugi, ksm, kusama, kusamaAssetHub, lamaGLMR, laos,
|
|
312
|
+
export { AssetRoute, type AssetRouteConstructorParams, type BridgeChainConfig, type BridgeChainFeeConfig, ChainRoutes, type ChainRoutesConstructorParams, ConfigService, type ConfigServiceOptions, type DestinationConfig, type FeeAmountConfig, type FeeConfig, MrlAssetRoute, type MrlAssetRouteConstructorParams, MrlChainRoutes, type MrlChainRoutesConstructorParams, type MrlConfig, type MrlSourceConfig, type ProtocolFeeConfig, type SourceConfig, aca, acala, agng, alan, alphanetAssetHub, alphanetRelay, ampe, apillon, aseed, assetsList, assetsMap, astar, astr, auq, axlusdc, bifrostKusama, bifrostPolkadot, bnc, centrifuge, cfg, chainsList, chainsMap, crossEcosystemsRoutesList, crossEcosystemsRoutesMap, crustShadow, csm, dai, darwinia, ded, dev, devBeta, devStage, dot, eq, eqd, eth, ethereum, eurc, fil, ftm, ftmwh, getKey, glmr, hdx, hydration, hydrationAlphanet, ibtc, interlay, intr, kar, karura, kbtc, kint, kintsugi, ksm, kusama, kusamaAssetHub, lamaGLMR, laos, ldot, lit, manta, mantaParachain, moonbaseAlpha, moonbaseBeta, moonbaseStage, moonbeam, moonlama, moonriver, moonsama, movr, mrlRoutesList, mrlRoutesMap, neuro, neuroweb, nodl, originTrailAlphanet, otp, para, paring, peaq, peaqAlphanet, peaqChain, peaqEvm, peaqEvmAlphanet, pen, pendulum, pha, pica, pink, pizza, pizzaUSDC, polkadot, polkadotAssetHub, ring, rmrk, robonomics, samaMOVR, sdn, shiden, soon, stink, sub, teer, tnkr, tt1, tur, turingAlphanet, uniqueAlpha, unit, usdc, usdcwh, usdt, usdtksm, usdtwh, vastr, vbnc, vdot, vfil, vglmr, vksm, vmanta, vmovr, wbtc, wbtce, weth, wethe, wftm, wifd, wstethe, xcmRoutesList, xcmRoutesMap, xrt, ztg };
|
package/build/index.d.ts
CHANGED
|
@@ -39,7 +39,6 @@ declare const laos: Asset;
|
|
|
39
39
|
declare const ldot: Asset;
|
|
40
40
|
declare const lit: Asset;
|
|
41
41
|
declare const manta: Asset;
|
|
42
|
-
declare const maos: Asset;
|
|
43
42
|
declare const movr: Asset;
|
|
44
43
|
declare const samaMOVR: Asset;
|
|
45
44
|
declare const neuro: Asset;
|
|
@@ -276,8 +275,6 @@ declare const kintsugi: Parachain;
|
|
|
276
275
|
declare const kusama: Parachain;
|
|
277
276
|
declare const kusamaAssetHub: Parachain;
|
|
278
277
|
declare const mantaParachain: Parachain;
|
|
279
|
-
declare const laosAlphanet: EvmParachain;
|
|
280
|
-
declare const laosMainnet: EvmParachain;
|
|
281
278
|
declare const moonbaseAlpha: EvmParachain;
|
|
282
279
|
declare const moonbaseBeta: EvmParachain;
|
|
283
280
|
declare const moonbaseStage: EvmParachain;
|
|
@@ -298,7 +295,6 @@ declare const robonomics: Parachain;
|
|
|
298
295
|
declare const shiden: Parachain;
|
|
299
296
|
declare const turingAlphanet: Parachain;
|
|
300
297
|
declare const uniqueAlpha: Parachain;
|
|
301
|
-
declare const zeitgeist: Parachain;
|
|
302
298
|
declare const chainsList: AnyChain[];
|
|
303
299
|
declare const chainsMap: Map<string, AnyChain>;
|
|
304
300
|
|
|
@@ -313,4 +309,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
|
|
|
313
309
|
declare const xcmRoutesList: ChainRoutes[];
|
|
314
310
|
declare const xcmRoutesMap: Map<string, ChainRoutes>;
|
|
315
311
|
|
|
316
|
-
export { AssetRoute, type AssetRouteConstructorParams, type BridgeChainConfig, type BridgeChainFeeConfig, ChainRoutes, type ChainRoutesConstructorParams, ConfigService, type ConfigServiceOptions, type DestinationConfig, type FeeAmountConfig, type FeeConfig, MrlAssetRoute, type MrlAssetRouteConstructorParams, MrlChainRoutes, type MrlChainRoutesConstructorParams, type MrlConfig, type MrlSourceConfig, type ProtocolFeeConfig, type SourceConfig, aca, acala, agng, alan, alphanetAssetHub, alphanetRelay, ampe, apillon, aseed, assetsList, assetsMap, astar, astr, auq, axlusdc, bifrostKusama, bifrostPolkadot, bnc, centrifuge, cfg, chainsList, chainsMap, crossEcosystemsRoutesList, crossEcosystemsRoutesMap, crustShadow, csm, dai, darwinia, ded, dev, devBeta, devStage, dot, eq, eqd, eth, ethereum, eurc, fil, ftm, ftmwh, getKey, glmr, hdx, hydration, hydrationAlphanet, ibtc, interlay, intr, kar, karura, kbtc, kint, kintsugi, ksm, kusama, kusamaAssetHub, lamaGLMR, laos,
|
|
312
|
+
export { AssetRoute, type AssetRouteConstructorParams, type BridgeChainConfig, type BridgeChainFeeConfig, ChainRoutes, type ChainRoutesConstructorParams, ConfigService, type ConfigServiceOptions, type DestinationConfig, type FeeAmountConfig, type FeeConfig, MrlAssetRoute, type MrlAssetRouteConstructorParams, MrlChainRoutes, type MrlChainRoutesConstructorParams, type MrlConfig, type MrlSourceConfig, type ProtocolFeeConfig, type SourceConfig, aca, acala, agng, alan, alphanetAssetHub, alphanetRelay, ampe, apillon, aseed, assetsList, assetsMap, astar, astr, auq, axlusdc, bifrostKusama, bifrostPolkadot, bnc, centrifuge, cfg, chainsList, chainsMap, crossEcosystemsRoutesList, crossEcosystemsRoutesMap, crustShadow, csm, dai, darwinia, ded, dev, devBeta, devStage, dot, eq, eqd, eth, ethereum, eurc, fil, ftm, ftmwh, getKey, glmr, hdx, hydration, hydrationAlphanet, ibtc, interlay, intr, kar, karura, kbtc, kint, kintsugi, ksm, kusama, kusamaAssetHub, lamaGLMR, laos, ldot, lit, manta, mantaParachain, moonbaseAlpha, moonbaseBeta, moonbaseStage, moonbeam, moonlama, moonriver, moonsama, movr, mrlRoutesList, mrlRoutesMap, neuro, neuroweb, nodl, originTrailAlphanet, otp, para, paring, peaq, peaqAlphanet, peaqChain, peaqEvm, peaqEvmAlphanet, pen, pendulum, pha, pica, pink, pizza, pizzaUSDC, polkadot, polkadotAssetHub, ring, rmrk, robonomics, samaMOVR, sdn, shiden, soon, stink, sub, teer, tnkr, tt1, tur, turingAlphanet, uniqueAlpha, unit, usdc, usdcwh, usdt, usdtksm, usdtwh, vastr, vbnc, vdot, vfil, vglmr, vksm, vmanta, vmovr, wbtc, wbtce, weth, wethe, wftm, wifd, wstethe, xcmRoutesList, xcmRoutesMap, xrt, ztg };
|