@moonbeam-network/xcm-config 4.6.18 → 4.6.19
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 -4
- package/build/index.d.ts +1 -4
- package/build/index.mjs +806 -976
- package/build/index.mjs.map +1 -1
- package/package.json +1 -1
package/build/index.d.mts
CHANGED
|
@@ -31,8 +31,6 @@ declare const hdx: Asset;
|
|
|
31
31
|
declare const ibtc: Asset;
|
|
32
32
|
declare const intr: Asset;
|
|
33
33
|
declare const kar: Asset;
|
|
34
|
-
declare const kbtc: Asset;
|
|
35
|
-
declare const kint: Asset;
|
|
36
34
|
declare const ksm: Asset;
|
|
37
35
|
declare const lamaGLMR: Asset;
|
|
38
36
|
declare const laos: Asset;
|
|
@@ -271,7 +269,6 @@ declare const hydration: Parachain;
|
|
|
271
269
|
declare const hydrationAlphanet: Parachain;
|
|
272
270
|
declare const interlay: Parachain;
|
|
273
271
|
declare const karura: Parachain;
|
|
274
|
-
declare const kintsugi: Parachain;
|
|
275
272
|
declare const kusama: Parachain;
|
|
276
273
|
declare const kusamaAssetHub: Parachain;
|
|
277
274
|
declare const mantaParachain: Parachain;
|
|
@@ -309,4 +306,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
|
|
|
309
306
|
declare const xcmRoutesList: ChainRoutes[];
|
|
310
307
|
declare const xcmRoutesMap: Map<string, ChainRoutes>;
|
|
311
308
|
|
|
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,
|
|
309
|
+
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, 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
|
@@ -31,8 +31,6 @@ declare const hdx: Asset;
|
|
|
31
31
|
declare const ibtc: Asset;
|
|
32
32
|
declare const intr: Asset;
|
|
33
33
|
declare const kar: Asset;
|
|
34
|
-
declare const kbtc: Asset;
|
|
35
|
-
declare const kint: Asset;
|
|
36
34
|
declare const ksm: Asset;
|
|
37
35
|
declare const lamaGLMR: Asset;
|
|
38
36
|
declare const laos: Asset;
|
|
@@ -271,7 +269,6 @@ declare const hydration: Parachain;
|
|
|
271
269
|
declare const hydrationAlphanet: Parachain;
|
|
272
270
|
declare const interlay: Parachain;
|
|
273
271
|
declare const karura: Parachain;
|
|
274
|
-
declare const kintsugi: Parachain;
|
|
275
272
|
declare const kusama: Parachain;
|
|
276
273
|
declare const kusamaAssetHub: Parachain;
|
|
277
274
|
declare const mantaParachain: Parachain;
|
|
@@ -309,4 +306,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
|
|
|
309
306
|
declare const xcmRoutesList: ChainRoutes[];
|
|
310
307
|
declare const xcmRoutesMap: Map<string, ChainRoutes>;
|
|
311
308
|
|
|
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,
|
|
309
|
+
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, 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 };
|