Skip to content

Commit

Permalink
fix usdc dips in base
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 7, 2025
1 parent 862da11 commit 50f2c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api2/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const cache: {
historicalPrices?: DailyPeggedPrices[]
} = {}

const cacheFile = 'stablecoin-cache-v0'
const cacheFile = 'stablecoin-cache-v1'

export async function initCache(cacheType = CacheType.API_SERVER) {
console.time('Cache initialized')
Expand Down

0 comments on commit 50f2c33

Please sign in to comment.