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

Add support for sFLR multiplier Oracle #97

Closed
hardyjosh opened this issue Jun 24, 2024 · 0 comments
Closed

Add support for sFLR multiplier Oracle #97

hardyjosh opened this issue Jun 24, 2024 · 0 comments
Assignees

Comments

@hardyjosh
Copy link
Collaborator

We want to support sFLR as an underlying asset, which is a liquid staking token on Flare managed by Sceptre.

To support we need to use the exchange rate on the sFLR contract.

Contracts
sFLR token Contract
0x12e605bc104e93B45e1aD99F9e555f659051c2BB

Price feed
How to get the sFLR price from Sceptre?
Contract Functionfor exchange rate: getSharesByPooledFlr(1e18)
FLR price from FTSO registry: getCurrentPriceWithDecimals('FLR') 

Formula: getCurrentPriceWithDecimals('FLR') / getSharesByPooledFlr(1e18) = sFLR Price
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

2 participants