@moonbeam-network/xcm-config 3.1.2 → 3.1.4
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 +437 -151
- package/build/index.mjs.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ interface SourceConfig {
|
|
|
11
11
|
asset: Asset;
|
|
12
12
|
chain: AnyChain;
|
|
13
13
|
balance: BalanceConfigBuilder;
|
|
14
|
-
fee
|
|
14
|
+
fee: FeeConfig;
|
|
15
15
|
destinationFee?: {
|
|
16
16
|
asset?: Asset;
|
|
17
17
|
balance: BalanceConfigBuilder;
|
|
@@ -247,6 +247,7 @@ declare const mantaParachain: Parachain;
|
|
|
247
247
|
declare const laosAlphanet: EvmParachain;
|
|
248
248
|
declare const laosMainnet: EvmParachain;
|
|
249
249
|
declare const moonbaseAlpha: EvmParachain;
|
|
250
|
+
declare const moonbaseStage: EvmParachain;
|
|
250
251
|
declare const moonbaseBeta: EvmParachain;
|
|
251
252
|
declare const moonbeam: EvmParachain;
|
|
252
253
|
declare const moonriver: EvmParachain;
|
|
@@ -264,7 +265,6 @@ declare const polkadotAssetHub: Parachain;
|
|
|
264
265
|
declare const robonomics: Parachain;
|
|
265
266
|
declare const shiden: Parachain;
|
|
266
267
|
declare const subsocial: Parachain;
|
|
267
|
-
declare const turing: 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, 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,
|
|
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, 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, subsocial, 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 };
|