@moonbeam-network/xcm-config 1.0.0-dev.265 → 1.0.0-dev.266
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 +0 -4
- package/build/index.mjs +32 -32
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.d.ts
CHANGED
|
@@ -160,10 +160,6 @@ interface MrlConfig {
|
|
|
160
160
|
interface MrlSourceConfig extends SourceConfig {
|
|
161
161
|
/** Protocol bridge fee (e.g., Snowbridge fee) */
|
|
162
162
|
protocolFee?: number | BridgeFeeConfigBuilder;
|
|
163
|
-
bridgeChainFee?: {
|
|
164
|
-
asset: Asset;
|
|
165
|
-
balance: BalanceConfigBuilder;
|
|
166
|
-
};
|
|
167
163
|
}
|
|
168
164
|
interface BridgeChainConfig {
|
|
169
165
|
asset: Asset;
|
package/build/index.mjs
CHANGED
|
@@ -4395,10 +4395,10 @@ var hydrationRoutes = new MrlChainRoutes({
|
|
|
4395
4395
|
asset: weth,
|
|
4396
4396
|
balance: BalanceBuilder9().substrate().tokens().accounts()
|
|
4397
4397
|
},
|
|
4398
|
-
bridgeChainFee: {
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
},
|
|
4398
|
+
// bridgeChainFee: {
|
|
4399
|
+
// asset: glmr,
|
|
4400
|
+
// balance: BalanceBuilder().substrate().tokens().accounts(),
|
|
4401
|
+
// },
|
|
4402
4402
|
fee: {
|
|
4403
4403
|
asset: hdx,
|
|
4404
4404
|
balance: BalanceBuilder9().substrate().system().account()
|
|
@@ -4436,10 +4436,10 @@ var hydrationRoutes = new MrlChainRoutes({
|
|
|
4436
4436
|
asset: usdcwh,
|
|
4437
4437
|
balance: BalanceBuilder9().substrate().tokens().accounts()
|
|
4438
4438
|
},
|
|
4439
|
-
bridgeChainFee: {
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
},
|
|
4439
|
+
// bridgeChainFee: {
|
|
4440
|
+
// asset: glmr,
|
|
4441
|
+
// balance: BalanceBuilder().substrate().tokens().accounts(),
|
|
4442
|
+
// },
|
|
4443
4443
|
fee: {
|
|
4444
4444
|
asset: hdx,
|
|
4445
4445
|
balance: BalanceBuilder9().substrate().system().account()
|
|
@@ -4477,10 +4477,10 @@ var hydrationRoutes = new MrlChainRoutes({
|
|
|
4477
4477
|
asset: usdtwh,
|
|
4478
4478
|
balance: BalanceBuilder9().substrate().tokens().accounts()
|
|
4479
4479
|
},
|
|
4480
|
-
bridgeChainFee: {
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
},
|
|
4480
|
+
// bridgeChainFee: {
|
|
4481
|
+
// asset: glmr,
|
|
4482
|
+
// balance: BalanceBuilder().substrate().tokens().accounts(),
|
|
4483
|
+
// },
|
|
4484
4484
|
fee: {
|
|
4485
4485
|
asset: hdx,
|
|
4486
4486
|
balance: BalanceBuilder9().substrate().system().account()
|
|
@@ -4518,10 +4518,10 @@ var hydrationRoutes = new MrlChainRoutes({
|
|
|
4518
4518
|
asset: dai,
|
|
4519
4519
|
balance: BalanceBuilder9().substrate().tokens().accounts()
|
|
4520
4520
|
},
|
|
4521
|
-
bridgeChainFee: {
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
},
|
|
4521
|
+
// bridgeChainFee: {
|
|
4522
|
+
// asset: glmr,
|
|
4523
|
+
// balance: BalanceBuilder().substrate().tokens().accounts(),
|
|
4524
|
+
// },
|
|
4525
4525
|
fee: {
|
|
4526
4526
|
asset: hdx,
|
|
4527
4527
|
balance: BalanceBuilder9().substrate().system().account()
|
|
@@ -4559,10 +4559,10 @@ var hydrationRoutes = new MrlChainRoutes({
|
|
|
4559
4559
|
asset: wbtc,
|
|
4560
4560
|
balance: BalanceBuilder9().substrate().tokens().accounts()
|
|
4561
4561
|
},
|
|
4562
|
-
bridgeChainFee: {
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
},
|
|
4562
|
+
// bridgeChainFee: {
|
|
4563
|
+
// asset: glmr,
|
|
4564
|
+
// balance: BalanceBuilder().substrate().tokens().accounts(),
|
|
4565
|
+
// },
|
|
4566
4566
|
fee: {
|
|
4567
4567
|
asset: hdx,
|
|
4568
4568
|
balance: BalanceBuilder9().substrate().system().account()
|
|
@@ -4965,10 +4965,10 @@ var peaqAlphanetRoutes = new MrlChainRoutes({
|
|
|
4965
4965
|
asset: ftmwh,
|
|
4966
4966
|
balance: BalanceBuilder13().substrate().assets().account()
|
|
4967
4967
|
},
|
|
4968
|
-
bridgeChainFee: {
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
},
|
|
4968
|
+
// bridgeChainFee: {
|
|
4969
|
+
// asset: dev,
|
|
4970
|
+
// balance: BalanceBuilder().substrate().assets().account(),
|
|
4971
|
+
// },
|
|
4972
4972
|
fee: {
|
|
4973
4973
|
asset: agng,
|
|
4974
4974
|
balance: BalanceBuilder13().substrate().system().account()
|
|
@@ -5009,11 +5009,11 @@ var peaqAlphanetRoutes = new MrlChainRoutes({
|
|
|
5009
5009
|
destinationFee: {
|
|
5010
5010
|
asset: ftmwh,
|
|
5011
5011
|
balance: BalanceBuilder13().substrate().assets().account()
|
|
5012
|
-
},
|
|
5013
|
-
bridgeChainFee: {
|
|
5014
|
-
asset: dev,
|
|
5015
|
-
balance: BalanceBuilder13().substrate().assets().account()
|
|
5016
5012
|
}
|
|
5013
|
+
// bridgeChainFee: {
|
|
5014
|
+
// asset: dev,
|
|
5015
|
+
// balance: BalanceBuilder().substrate().assets().account(),
|
|
5016
|
+
// },
|
|
5017
5017
|
},
|
|
5018
5018
|
destination: {
|
|
5019
5019
|
asset: agng,
|
|
@@ -5055,10 +5055,10 @@ var peaqEvmAlphanetRoutes = new MrlChainRoutes({
|
|
|
5055
5055
|
asset: ftmwh,
|
|
5056
5056
|
balance: BalanceBuilder14().evm().erc20()
|
|
5057
5057
|
},
|
|
5058
|
-
bridgeChainFee: {
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
},
|
|
5058
|
+
// bridgeChainFee: {
|
|
5059
|
+
// asset: dev,
|
|
5060
|
+
// balance: BalanceBuilder().evm().erc20(),
|
|
5061
|
+
// },
|
|
5062
5062
|
fee: {
|
|
5063
5063
|
asset: agng,
|
|
5064
5064
|
balance: BalanceBuilder14().substrate().system().accountEvmTo32()
|