@moonbeam-network/mrl 4.2.1 → 4.2.2
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 +3 -3
package/build/index.mjs
CHANGED
|
@@ -17622,7 +17622,7 @@ async function getExtraFees({
|
|
|
17622
17622
|
chain: chain2
|
|
17623
17623
|
}) : void 0;
|
|
17624
17624
|
const localFee = protocolFee && protocolFeeBalance ? { fee: protocolFee, balance: protocolFeeBalance } : void 0;
|
|
17625
|
-
const remoteFee = relayerFee ? { fee: relayerFee, balance:
|
|
17625
|
+
const remoteFee = relayerFee ? { fee: relayerFee, balance: asset } : void 0;
|
|
17626
17626
|
return {
|
|
17627
17627
|
local: localFee,
|
|
17628
17628
|
remote: remoteFee
|