@moonbeam-network/mrl 4.1.1 → 4.1.3
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 +8 -8
package/build/index.mjs
CHANGED
|
@@ -17512,7 +17512,7 @@ async function getProtocolFee({
|
|
|
17512
17512
|
source
|
|
17513
17513
|
}) {
|
|
17514
17514
|
if (typeof protocolFee === "number") {
|
|
17515
|
-
return AssetAmount2.fromChainAsset(
|
|
17515
|
+
return AssetAmount2.fromChainAsset(feeAsset, {
|
|
17516
17516
|
amount: protocolFee
|
|
17517
17517
|
});
|
|
17518
17518
|
}
|