Skip to content

Commit

Permalink
fix: updated tickers
Browse files Browse the repository at this point in the history
  • Loading branch information
57Ark committed Dec 6, 2024
1 parent 76cff6a commit 5b7e482
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TokensData.sol
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ contract TokensDataLive {
tokenDataByNetwork[1].push(
TokenData({
id: TOKEN_cvxllamathena,
addr: 0xd29f8980852c2c76fC3f6E96a7Aa06E0BedCC1B1,
addr: 0x237926E55f9deee89833a42dEb92d3a6970850B4,
symbol: "cvxllamathena",
tokenType: TokenType.CONVEX_LP_TOKEN
})
Expand Down
32 changes: 32 additions & 0 deletions src/tokens/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,38 @@ export const tickerInfoTokensByNetwork: Record<
reserve: true,
},
],
stkcvxllamathena: [
{
symbol: "crvUSD",
dataId: "crvUSD",
address: tokenDataByNetwork.Mainnet.crvUSD,
priceFeed: "0x47c99d1A79444A91C89b33a808e1a7cb0336E428",
reserve: true,
},
{
symbol: "USDe",
dataId: "USDe",
address: tokenDataByNetwork.Mainnet.USDe,
priceFeed: "0x8A58F957B99E1ED6B3DF20F267a6d5a6dd8e3513",
reserve: true,
},
],
cvxllamathena: [
{
symbol: "crvUSD",
dataId: "crvUSD",
address: tokenDataByNetwork.Mainnet.crvUSD,
priceFeed: "0x47c99d1A79444A91C89b33a808e1a7cb0336E428",
reserve: true,
},
{
symbol: "USDe",
dataId: "USDe",
address: tokenDataByNetwork.Mainnet.USDe,
priceFeed: "0x8A58F957B99E1ED6B3DF20F267a6d5a6dd8e3513",
reserve: true,
},
],
scrvUSD: [
{
symbol: "crvUSD",
Expand Down

0 comments on commit 5b7e482

Please sign in to comment.