-
Notifications
You must be signed in to change notification settings - Fork 10
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
Token yields update #28
Conversation
i suppose ib stands for yield bearing
modules/network/arbitrum.ts
Outdated
}, | ||
plsRDNT: { | ||
tokenAddress: '0x6dbf2155b0636cb3fd5359fccefb8a2c02b6cb51', | ||
sourceUrl: 'https://plutusdao.io/api/getPlsRdntInfo', |
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.
is the cloudflare captcha fixed?
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.
Shall we remove this until we receive confirmation it's working?
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.
it's ready to go
modules/network/fantom.ts
Outdated
defaultHandlers: { | ||
ankrETH: { | ||
tokenAddress: '0x12d8ce035c5de3ce39b1fdd4c1d5a745eaba3b8c', | ||
sourceUrl: 'https://api.staking.ankr.com/v1alpha/metrics', | ||
path: 'services.{serviceName == "eth"}.apy', | ||
isIbYield: true, | ||
}, | ||
}, |
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.
this is already added via the ankr YB apr service. remove the ankr specific service if it works with the default one. For all chains
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 point, missed that, removed the custom one.
* fix remaining phantomstable pool type checks * Update on change only (#30) * only update gauges if necessary * only update masterchef farms if necessary * Token yields update (#28) * renaming ib to yb i suppose ib stands for yield bearing * new aprs * removing obsolete ankr apr handler * fix plutusdao APR url * removing sentry integrations (#36) * create separate featuredPools endpoint for v3 (#34) * create separate featuredPools endpoint for v3 * cleanup * require chains param * stop token price purge for now (#41) --------- Co-authored-by: gmbronco <[email protected]>
closes #17