Skip to content

Commit

Permalink
chore: remove redundant relayer fees from nested limits field
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Sep 13, 2024
1 parent 98f3e61 commit 8addbe1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/suggested-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,13 @@ const handler = async (
pct: lpFeePct.toString(),
total: lpFeeTotal.toString(),
},
limits,
limits: {
minDeposit,
maxDeposit,
maxDepositInstant,
maxDepositShortDelay: limits.maxDepositShortDelay,
recommendedDepositInstant: limits.recommendedDepositInstant,
},
};

logger.debug({
Expand Down

0 comments on commit 8addbe1

Please sign in to comment.