From b079f572c7e5117c95104232c15d8d7e3ffbe8e2 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Thu, 9 Jan 2025 16:43:51 -0500 Subject: [PATCH] Update limits.ts --- api/limits.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/limits.ts b/api/limits.ts index 327cf28be..e65396c81 100644 --- a/api/limits.ts +++ b/api/limits.ts @@ -181,7 +181,7 @@ const handler = async ( latestGasPriceCache(destinationChainId).get(), ]); console.log( - `Got gasPrice: ${gasPrice.toString} and gasCosts ${gasCosts?.nativeGasCost.toString()}` + `Got gasPrice: ${gasPrice.toString()} and gasCosts ${gasCosts?.nativeGasCost.toString()}` ); const tokenPriceUsd = ethers.utils.parseUnits(_tokenPriceUsd.toString()); let tokenGasCost = gasCosts?.nativeGasCost;