Skip to content

Commit

Permalink
fix: cvxllamathena reserve feed
Browse files Browse the repository at this point in the history
  • Loading branch information
57Ark committed Dec 6, 2024
1 parent 749cbcd commit 7b8cd5f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
32 changes: 32 additions & 0 deletions contracts/PriceFeedDataLive.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5028,6 +5028,14 @@ contract PriceFeedDataLive {
reserve: false
})
);
theSamePriceFeedsByNetwork[1].push(
TheSamePriceFeedData({
token: TOKEN_cvxllamathena,
tokenHasSamePriceFeed: TOKEN_scrvUsUSDe,
trusted: false,
reserve: true
})
);
theSamePriceFeedsByNetwork[42161].push(
TheSamePriceFeedData({
token: TOKEN_cvxllamathena,
Expand All @@ -5036,6 +5044,14 @@ contract PriceFeedDataLive {
reserve: false
})
);
theSamePriceFeedsByNetwork[42161].push(
TheSamePriceFeedData({
token: TOKEN_cvxllamathena,
tokenHasSamePriceFeed: TOKEN_scrvUsUSDe,
trusted: false,
reserve: true
})
);
theSamePriceFeedsByNetwork[10].push(
TheSamePriceFeedData({
token: TOKEN_cvxllamathena,
Expand All @@ -5044,6 +5060,14 @@ contract PriceFeedDataLive {
reserve: false
})
);
theSamePriceFeedsByNetwork[10].push(
TheSamePriceFeedData({
token: TOKEN_cvxllamathena,
tokenHasSamePriceFeed: TOKEN_scrvUsUSDe,
trusted: false,
reserve: true
})
);
theSamePriceFeedsByNetwork[8453].push(
TheSamePriceFeedData({
token: TOKEN_cvxllamathena,
Expand All @@ -5052,6 +5076,14 @@ contract PriceFeedDataLive {
reserve: false
})
);
theSamePriceFeedsByNetwork[8453].push(
TheSamePriceFeedData({
token: TOKEN_cvxllamathena,
tokenHasSamePriceFeed: TOKEN_scrvUsUSDe,
trusted: false,
reserve: true
})
);

// ------------------------ stkcvx3Crv ------------------------
theSamePriceFeedsByNetwork[1].push(
Expand Down
4 changes: 4 additions & 0 deletions src/oracles/priceFeeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,10 @@ export const priceFeedsByToken: Record<
token: "scrvUsUSDe",
trusted: false,
},
Reserve: {
type: PriceFeedType.THE_SAME_AS,
token: "scrvUsUSDe",
},
},
},

Expand Down

0 comments on commit 7b8cd5f

Please sign in to comment.