@moonbeam-network/xcm-config 1.0.0-dev.162 → 1.0.0-dev.163
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.mjs +5 -5
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.mjs
CHANGED
|
@@ -7603,7 +7603,7 @@ var moonriverRoutes = new ChainRoutes({
|
|
|
7603
7603
|
destination: {
|
|
7604
7604
|
asset: movr,
|
|
7605
7605
|
chain: calamari,
|
|
7606
|
-
balance: BalanceBuilder34().substrate().
|
|
7606
|
+
balance: BalanceBuilder34().substrate().assets().account(),
|
|
7607
7607
|
fee: {
|
|
7608
7608
|
amount: 1e-3,
|
|
7609
7609
|
asset: movr
|
|
@@ -7664,7 +7664,7 @@ var moonriverRoutes = new ChainRoutes({
|
|
|
7664
7664
|
chain: khala,
|
|
7665
7665
|
balance: BalanceBuilder34().substrate().assets().account(),
|
|
7666
7666
|
fee: {
|
|
7667
|
-
amount:
|
|
7667
|
+
amount: 1e-3,
|
|
7668
7668
|
asset: movr
|
|
7669
7669
|
}
|
|
7670
7670
|
},
|
|
@@ -8203,7 +8203,7 @@ var moonriverRoutes = new ChainRoutes({
|
|
|
8203
8203
|
chain: bifrostKusama,
|
|
8204
8204
|
balance: BalanceBuilder34().substrate().tokens().accounts(),
|
|
8205
8205
|
fee: {
|
|
8206
|
-
amount:
|
|
8206
|
+
amount: 0.1,
|
|
8207
8207
|
asset: vbnc
|
|
8208
8208
|
},
|
|
8209
8209
|
min: AssetMinBuilder11().assetRegistry().currencyMetadatas()
|
|
@@ -8227,7 +8227,7 @@ var moonriverRoutes = new ChainRoutes({
|
|
|
8227
8227
|
chain: bifrostKusama,
|
|
8228
8228
|
balance: BalanceBuilder34().substrate().tokens().accounts(),
|
|
8229
8229
|
fee: {
|
|
8230
|
-
amount: 1e-
|
|
8230
|
+
amount: 1e-3,
|
|
8231
8231
|
asset: vksm
|
|
8232
8232
|
},
|
|
8233
8233
|
min: AssetMinBuilder11().assetRegistry().currencyMetadatas()
|
|
@@ -8251,7 +8251,7 @@ var moonriverRoutes = new ChainRoutes({
|
|
|
8251
8251
|
chain: bifrostKusama,
|
|
8252
8252
|
balance: BalanceBuilder34().substrate().tokens().accounts(),
|
|
8253
8253
|
fee: {
|
|
8254
|
-
amount:
|
|
8254
|
+
amount: 0.1,
|
|
8255
8255
|
asset: vmovr
|
|
8256
8256
|
},
|
|
8257
8257
|
min: AssetMinBuilder11().assetRegistry().currencyMetadatas()
|