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

RedstonePriceFeed: improper assumption of oracle decimals #36

Open
totomanov opened this issue Apr 30, 2024 · 0 comments
Open

RedstonePriceFeed: improper assumption of oracle decimals #36

totomanov opened this issue Apr 30, 2024 · 0 comments

Comments

@totomanov
Copy link

RedstonePriceFeed hardcodes the price feed decimals to 8. Although this is true for nearly all Redstone data feeds, it is in fact not a guarantee. The USDC.DAI feed is currently live on the prod cluster with 14 decimals. Source: https://oracle-gateway-1.a.redstone.finance/data-packages/latest/redstone-primary-prod. To mitigate this, decimals should be a constructor parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant