diff --git a/api/_utils.ts b/api/_utils.ts index bc980b9f9..eb2cba7a7 100644 --- a/api/_utils.ts +++ b/api/_utils.ts @@ -2061,8 +2061,8 @@ export function latestGasPriceCache( return makeCacheGetterAndSetter( buildInternalCacheKey( "latestGasPriceCache", - destinationChainId, - originChainId + originChainId, + destinationChainId ), ttlPerChain[destinationChainId] || ttlPerChain.default, async () =>