We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
thedavidmeister
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: