Skip to content

Commit

Permalink
Merge pull request #9406 from DefiLlama/reset-v1.0.27
Browse files Browse the repository at this point in the history
reset cache
  • Loading branch information
dtmkeng authored Mar 4, 2025
2 parents 5ad8487 + 7d06d7b commit 5d892a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defi/src/api2/utils/dimensionsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function getFileCacheKey(adaptorRecordType: AdapterType) {


export function getFileCacheKeyV2() {
return `dimensions-data-v2-v1.0.26`
return `dimensions-data-v2-v1.0.27`
}

// to ensure that we pull the cache data only once
Expand Down

0 comments on commit 5d892a5

Please sign in to comment.