Skip to content

Commit

Permalink
Update limits.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 9, 2025
1 parent 77037e2 commit b079f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b079f57

Please sign in to comment.