Skip to content

Commit

Permalink
Update limits.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Sep 7, 2024
1 parent 5302d56 commit 97876c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ const handler = async (
)
),
]);
logger.debug({
at: "Limits",
message: "Relayer fee details from SDK",
relayerFeeDetails,
});

let { liquidReserves } = multicallOutput[1];
const [liteChainIdsEncoded] = multicallOutput[2];
Expand Down Expand Up @@ -341,7 +346,6 @@ const handler = async (
maxDepositInstant: bufferedMaxDepositInstant.toString(),
maxDepositShortDelay: bufferedMaxDepositShortDelay.toString(),
recommendedDepositInstant: bufferedRecommendedDepositInstant.toString(),
relayerFeeDetails,
};
logger.debug({
at: "Limits",
Expand Down

0 comments on commit 97876c2

Please sign in to comment.