Skip to content

Commit

Permalink
Merge pull request #9009 from DefiLlama/eclipse-patch
Browse files Browse the repository at this point in the history
eclipse patch
  • Loading branch information
waynebruce0x authored Jan 8, 2025
2 parents 12c0495 + 998a0b2 commit c80098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defi/src/storeTvlInterval/computeTVL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async function (balances: { [address: string]: string }, timestam
prefix = "coingecko:"
}
let normalizedAddress = address.toLowerCase()
if (address.startsWith("solana:")) {
if (address.startsWith("solana:") || address.startsWith('eclipse')) {
normalizedAddress = address
}
const PK = `${prefix}${normalizedAddress}`;
Expand Down

0 comments on commit c80098b

Please sign in to comment.