-
Notifications
You must be signed in to change notification settings - Fork 6k
add bsc tvl of rate-x #14549
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 bsc tvl of rate-x #14549
Conversation
The adapter at projects/rate-x exports TVL:
|
I am karim |
projects/rate-x/index.js
Outdated
params: ["0xEDBcdD0A45Fd8EBa749fFc10205c65CeA54336D5"], | ||
}); | ||
|
||
api.add("0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B", balance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afaik slisBNB CollateralListaDAODistributor isnt pegged to the value of slisBNB - is that right? Do you know how we could value 0x77c9b49a58325131D08F9dC120388f20c57c2572 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slisBNB CollateralListaDAODistributor (0x77c9b49a58325131D08F9dC120388f20c57c2572) is the certificate obtained after staking slisBNB, which can be redeemed 1:1 for slisBNB, so its value is the same as slisBNB.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good luck 🤞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we've added price support for slisBNB CollateralListaDAODistributor. Could you export a balance of this asset instead of manually mapping it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afaik slisBNB CollateralListaDAODistributor isnt pegged to the value of slisBNB - is that right? Do you know how we could value 0x77c9b49a58325131D08F9dC120388f20c57c2572 ?
Yuosra199629b741ff87be44689d64a18ee50e06ad7231760e
The adapter at projects/rate-x exports TVL:
|
No description provided.