Skip to content

Commit

Permalink
Update _utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 9, 2025
1 parent 158eb59 commit e3809ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2061,8 +2061,8 @@ export function latestGasPriceCache(
return makeCacheGetterAndSetter(
buildInternalCacheKey(
"latestGasPriceCache",
destinationChainId,
originChainId
originChainId,
destinationChainId
),
ttlPerChain[destinationChainId] || ttlPerChain.default,
async () =>
Expand Down

0 comments on commit e3809ab

Please sign in to comment.