@moonbeam-network/xcm-config 3.0.13 → 3.0.14
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 +1 -6
- package/build/index.mjs +1127 -1588
- package/build/index.mjs.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -143,7 +143,6 @@ declare const ampe: Asset;
|
|
|
143
143
|
declare const apillon: Asset;
|
|
144
144
|
declare const aseed: Asset;
|
|
145
145
|
declare const astr: Asset;
|
|
146
|
-
declare const atom: Asset;
|
|
147
146
|
declare const auq: Asset;
|
|
148
147
|
declare const axlusdc: Asset;
|
|
149
148
|
declare const betaDEV: Asset;
|
|
@@ -170,7 +169,6 @@ declare const intr: Asset;
|
|
|
170
169
|
declare const kar: Asset;
|
|
171
170
|
declare const kbtc: Asset;
|
|
172
171
|
declare const kint: Asset;
|
|
173
|
-
declare const kma: Asset;
|
|
174
172
|
declare const ksm: Asset;
|
|
175
173
|
declare const ldot: Asset;
|
|
176
174
|
declare const lit: Asset;
|
|
@@ -230,7 +228,6 @@ declare const alphanetRelay: Parachain;
|
|
|
230
228
|
declare const astar: Parachain;
|
|
231
229
|
declare const bifrostKusama: Parachain;
|
|
232
230
|
declare const bifrostPolkadot: Parachain;
|
|
233
|
-
declare const calamari: Parachain;
|
|
234
231
|
declare const centrifuge: Parachain;
|
|
235
232
|
declare const crustShadow: Parachain;
|
|
236
233
|
declare const darwinia: EvmParachain;
|
|
@@ -262,8 +259,6 @@ declare const peaqEvmAlphanet: EvmParachain;
|
|
|
262
259
|
declare const pendulum: Parachain;
|
|
263
260
|
declare const pendulumAlphanet: Parachain;
|
|
264
261
|
declare const phala: Parachain;
|
|
265
|
-
declare const picasso: Parachain;
|
|
266
|
-
declare const picassoAlphanet: Parachain;
|
|
267
262
|
declare const polkadot: Parachain;
|
|
268
263
|
declare const polkadotAssetHub: Parachain;
|
|
269
264
|
declare const robonomics: Parachain;
|
|
@@ -285,4 +280,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
|
|
|
285
280
|
declare const xcmRoutesList: ChainRoutes[];
|
|
286
281
|
declare const xcmRoutesMap: Map<string, ChainRoutes>;
|
|
287
282
|
|
|
288
|
-
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,
|
|
283
|
+
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, betaDEV, bifrostKusama, bifrostPolkadot, bnc, bncs, centrifuge, cfg, chainsList, chainsMap, crab, crustShadow, csm, dai, darwinia, darwiniaCrab, ded, dev, 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, 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, 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 };
|