@moonbeam-network/mrl 3.0.14 → 3.1.1
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 +2 -1
- package/build/index.mjs.map +1 -1
- package/package.json +6 -6
package/build/index.mjs
CHANGED
|
@@ -11130,7 +11130,8 @@ async function getMoonChainData({
|
|
|
11130
11130
|
asset: route.source.asset,
|
|
11131
11131
|
destination: moonChain,
|
|
11132
11132
|
fee: route.mrl.moonChain.fee.amount,
|
|
11133
|
-
feeAsset: route.mrl.moonChain.fee.asset
|
|
11133
|
+
feeAsset: route.mrl.moonChain.fee.asset,
|
|
11134
|
+
source: route.source.chain
|
|
11134
11135
|
});
|
|
11135
11136
|
const balance = await getBalance({
|
|
11136
11137
|
address: moonChainAddress,
|