Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: wsteth, tbtc and nexo pools #212

Merged
merged 25 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: beraStone feed
  • Loading branch information
57Ark committed Jan 22, 2025
commit 8baef8d07c6ea05b3e19c1b47f90525be7e6b29b
2 changes: 1 addition & 1 deletion contracts/PriceFeedDataLive.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,7 @@ contract PriceFeedDataLive {
cpf.isTargetRedstone = true;
cpf.redstoneTargetToBaseData = RedStonePriceFeedDataShort({
dataServiceId: "redstone-primary-prod",
dataFeedId: "beraSTONE_FUNDAMENTAL",
dataFeedId: "beraETH_FUNDAMENTAL",
signers: [
0x8BB8F32Df04c8b654987DAaeD53D6B6091e3B774,
0xdEB22f54738d54976C4c0fe5ce6d408E40d88499,
Expand Down
2 changes: 1 addition & 1 deletion src/oracles/priceFeeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ export const priceFeedsByToken: Record<
targetToBasePriceFeed: {
type: PriceFeedType.REDSTONE_ORACLE,
dataServiceId: "redstone-primary-prod",
dataId: "beraSTONE_FUNDAMENTAL",
dataId: "beraETH_FUNDAMENTAL",
...REDSTONE_SIGNERS,
stalenessPeriod: FOUR_MINUTES,
},
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ export const tickerInfoTokensByNetwork: Record<
beraSTONE: [
{
symbol: "beraSTONE/ETH",
dataId: "beraSTONE_FUNDAMENTAL",
dataId: "beraETH_FUNDAMENTAL",
address: "0x692072eE081c9Ded28d2CfD27513E578d895FD0d",
priceFeed: "0xD35f2Fe7cc74e143F3f526c6e2c399fE58e31Cf1",
reserve: false,
Expand Down
Loading