Skip to content

Commit

Permalink
reset dimenisions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Nov 29, 2024
1 parent 37b662d commit 26afa27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8`
return `dimensions-data-v2-v1.0.9`
}

// to ensure that we pull the cache data only once
Expand Down
2 changes: 1 addition & 1 deletion defi/src/protocols/data2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15283,7 +15283,7 @@ const data2: Protocol[] = [
name: "lisUSD", // rebrand from Helio Protocol (lisUSD)
address: "bsc:0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46",
symbol: "LISTA",
url: "https://helio.money/",
url: "https://lista.org/",
description:
"Lista DAO functions as a open-source liquidity protocol for earning yields on collateralized Crypto assets (BNB, ETH, Stablecoins, and other cryptocurrencies) and borrowing of our decentralized stablecoin, lisUSD. It uses and expands the proven MakerDAO model for a decentralized, unbiased, collateral-backed destablecoin",
chain: "Binance",
Expand Down

0 comments on commit 26afa27

Please sign in to comment.