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 6, 2024
1 parent c75c9de commit 5d91300
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5d91300

Please sign in to comment.