Skip to content

Commit

Permalink
hop-node: update cache time
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Nov 12, 2023
1 parent 5a2b9b0 commit 0e97c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hop-node/src/gasboost/GasBoostTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Type2GasData = {

type GasFeeData = Type0GasData & Type2GasData

const cacheTimeMs = 10 * 60 * 1000
const cacheTimeMs = 5 * 60 * 1000
const enoughFundsCheckCache: Record<string, number> = {}
const gasFeeDataCache: Record<string, Partial<GasFeeData>> = {}
let gasFeeDataCacheTimestamp: number = 0
Expand Down

0 comments on commit 0e97c60

Please sign in to comment.