diff --git a/modules/core/src/v2/coins/eth.ts b/modules/core/src/v2/coins/eth.ts index ccf0d8cd6b..15c43a0f8f 100644 --- a/modules/core/src/v2/coins/eth.ts +++ b/modules/core/src/v2/coins/eth.ts @@ -860,6 +860,7 @@ export class Eth extends BaseCoin { const recipientAmount = recipients[0].amount; const feeEstimateParams = { recipient: recipientAddress, + amount: recipientAmount, hop: true, }; const feeEstimate = yield this.feeEstimate(feeEstimateParams);