@moonbeam-network/xcm-config 1.0.0-dev.192 → 1.0.0-dev.193
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 +1 -1
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.mjs
CHANGED
|
@@ -6224,7 +6224,7 @@ var moonbaseBetaRoutes2 = new ChainRoutes({
|
|
|
6224
6224
|
{
|
|
6225
6225
|
source: {
|
|
6226
6226
|
asset: devBeta,
|
|
6227
|
-
balance: BalanceBuilder32().evm().
|
|
6227
|
+
balance: BalanceBuilder32().evm().native(),
|
|
6228
6228
|
fee: {
|
|
6229
6229
|
asset: devBeta,
|
|
6230
6230
|
balance: BalanceBuilder32().evm().native()
|