@moonbeam-network/xcm-config 1.0.0-dev.186 → 1.0.0-dev.188
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 -3
- package/build/index.mjs +672 -671
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.d.ts
CHANGED
|
@@ -145,7 +145,6 @@ declare const aseed: Asset;
|
|
|
145
145
|
declare const astr: Asset;
|
|
146
146
|
declare const auq: Asset;
|
|
147
147
|
declare const axlusdc: Asset;
|
|
148
|
-
declare const betaDEV: Asset;
|
|
149
148
|
declare const bnc: Asset;
|
|
150
149
|
declare const bncs: Asset;
|
|
151
150
|
declare const cfg: Asset;
|
|
@@ -154,6 +153,8 @@ declare const csm: Asset;
|
|
|
154
153
|
declare const dai: Asset;
|
|
155
154
|
declare const ded: Asset;
|
|
156
155
|
declare const dev: Asset;
|
|
156
|
+
declare const devBeta: Asset;
|
|
157
|
+
declare const devStage: Asset;
|
|
157
158
|
declare const dot: Asset;
|
|
158
159
|
declare const eq: Asset;
|
|
159
160
|
declare const eqd: Asset;
|
|
@@ -264,7 +265,6 @@ declare const polkadot: Parachain;
|
|
|
264
265
|
declare const polkadotAssetHub: Parachain;
|
|
265
266
|
declare const robonomics: Parachain;
|
|
266
267
|
declare const shiden: Parachain;
|
|
267
|
-
declare const subsocial: Parachain;
|
|
268
268
|
declare const turingAlphanet: Parachain;
|
|
269
269
|
declare const uniqueAlpha: Parachain;
|
|
270
270
|
declare const zeitgeist: Parachain;
|
|
@@ -280,4 +280,4 @@ declare const mrlRoutesMap: Map<string, MrlChainRoutes>;
|
|
|
280
280
|
declare const xcmRoutesList: ChainRoutes[];
|
|
281
281
|
declare const xcmRoutesMap: Map<string, ChainRoutes>;
|
|
282
282
|
|
|
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,
|
|
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, bifrostKusama, bifrostPolkadot, bnc, bncs, centrifuge, cfg, chainsList, chainsMap, crab, 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, mangataKusama, manta, mantaParachain, maos, mgx, 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, 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 };
|