@moonbeam-network/xcm-config 3.0.5 → 3.0.7
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 +3 -2
- package/build/index.mjs +202 -254
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ declare const ksm: Asset;
|
|
|
174
174
|
declare const ldot: Asset;
|
|
175
175
|
declare const lit: Asset;
|
|
176
176
|
declare const manta: Asset;
|
|
177
|
+
declare const maos: Asset;
|
|
177
178
|
declare const mgx: Asset;
|
|
178
179
|
declare const movr: Asset;
|
|
179
180
|
declare const neuro: Asset;
|
|
@@ -239,12 +240,12 @@ declare const hydrationAlphanet: Parachain;
|
|
|
239
240
|
declare const integritee: Parachain;
|
|
240
241
|
declare const interlay: Parachain;
|
|
241
242
|
declare const karura: Parachain;
|
|
242
|
-
declare const khala: Parachain;
|
|
243
243
|
declare const kintsugi: Parachain;
|
|
244
244
|
declare const kusama: Parachain;
|
|
245
245
|
declare const kusamaAssetHub: Parachain;
|
|
246
246
|
declare const mangataKusama: Parachain;
|
|
247
247
|
declare const mantaParachain: Parachain;
|
|
248
|
+
declare const laosAlphanet: EvmParachain;
|
|
248
249
|
declare const moonbaseAlpha: EvmParachain;
|
|
249
250
|
declare const moonbaseBeta: EvmParachain;
|
|
250
251
|
declare const moonbeam: EvmParachain;
|
|
@@ -281,4 +282,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
|
|
|
281
282
|
declare const xcmRoutesList: ChainRoutes[];
|
|
282
283
|
declare const xcmRoutesMap: Map<string, ChainRoutes>;
|
|
283
284
|
|
|
284
|
-
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, atom, auq, axlusdc, betaDEV, bifrostKusama, bifrostPolkadot, bnc, bncs, calamari, centrifuge, cfg, chainsList, chainsMap, crab, crustShadow, csm, dai, darwinia, darwiniaCrab, ded, dev, dot, eq, eqd, eth, ethereum, fantomTestnet, fil, ftm, ftmwh, getKey, getMoonChain, glmr, hdx, hydration, hydrationAlphanet, ibtc, integritee, interlay, intr, kar, karura, kbtc,
|
|
285
|
+
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, atom, auq, axlusdc, betaDEV, bifrostKusama, bifrostPolkadot, bnc, bncs, calamari, centrifuge, cfg, chainsList, chainsMap, crab, crustShadow, csm, dai, darwinia, darwiniaCrab, ded, dev, dot, eq, eqd, eth, ethereum, fantomTestnet, fil, ftm, ftmwh, getKey, getMoonChain, glmr, hdx, hydration, hydrationAlphanet, ibtc, integritee, interlay, intr, kar, karura, kbtc, kint, kintsugi, kma, ksm, kusama, kusamaAssetHub, laosAlphanet, ldot, lit, mangataKusama, manta, mantaParachain, maos, mgx, moonbaseAlpha, moonbaseBeta, moonbeam, moonriver, movr, mrlRoutesList, mrlRoutesMap, neuro, neuroweb, nodl, originTrailAlphanet, otp, para, paring, peaq, peaqAlphanet, peaqChain, peaqEvm, peaqEvmAlphanet, pen, pendulum, pendulumAlphanet, pha, phala, pica, picasso, picassoAlphanet, pink, polkadot, polkadotAssetHub, ring, rmrk, robonomics, sdn, shiden, soon, stink, sub, subsocial, teer, tnkr, tt1, tur, turing, 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 };
|