-
Notifications
You must be signed in to change notification settings - Fork 4
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
teddy/add composition and votes #29
base: master
Are you sure you want to change the base?
teddy/add composition and votes #29
Conversation
/** Contract Addresses */ | ||
export const OWL_NFT_ADDRESS = | ||
process.env.REACT_APP_OWL_NFT_ADDRESS || | ||
'0x79906bE7d10C2CB97793a4Ebd87bd3D52ceda412' | ||
export const APE_REBALANCE_EXT_ADDRESS = | ||
process.env.REACT_APP_APE_REBALANCE_EXT_ADDRESS || | ||
'0xa4cAe37e7E6412abB38aEddddB8C12675E8b9915' | ||
'0x9cB703Cf5D0a6bbBf13f04FA5A5E2AF087FDda47' |
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.
Address noted in channel
https://discord.com/channels/762061559744299010/913153234556813412/924298702397534258
c6dd6ce
to
124c8a4
Compare
|
||
const votedAllocation = new BigNumberJs(position.weight.toString()) | ||
.div(TEN_POW_18) | ||
.multipliedBy(100) |
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.
"The weights are measured as the percentage of the toal index value, not the unit amounts."
Ticket: https://www.notion.so/index-coop/Coop-tax-Add-more-information-about-HOOT-token-and-upcoming-rebalance-weights-4e6b7b6fc2b34de6a7e07d82f07ffdaf
Several components to be added to display some important piece of data on the HOOT token: