From 5d91300f682417af645df33f95b3e539b5d717fb Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Fri, 6 Sep 2024 16:38:41 -0400 Subject: [PATCH] Update limits.ts --- api/limits.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/limits.ts b/api/limits.ts index 79ac1ae88..992a19770 100644 --- a/api/limits.ts +++ b/api/limits.ts @@ -90,6 +90,10 @@ const handler = async ( MIN_DEPOSIT_USD ?? 0 ); + console.log( + `minDepositUsdForDestinationChainId:`, + minDepositUsdForDestinationChainId + ); const hubPool = getHubPool(provider); const configStoreClient = new sdk.contracts.acrossConfigStore.Client(