-
Notifications
You must be signed in to change notification settings - Fork 0
superOETHb #54
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
superOETHb #54
Conversation
- create base processor - process ogn on base
- add schema and processing for aerodrome pool events
- add schema and processing for - gauge - voter
- add schema and processing for - cl gauge - cl voter
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.
I assume this is for dev only, probably doesn't need to be committed, even though I don't know how you usually proceed when you merge to main
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.
yes
| import { Currency } from '@shared/post-processors/exchange-rates/currencies' | ||
|
|
||
| export const getBasePrice = async (ctx: Context, height: number, base: Currency, quote: Currency) => { | ||
| return undefined |
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.
WIP probably
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.
yes, not yet sure we even need any rates like this there yet
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.
how to say something simple with many words
may merge this soon and deploy so I can set up some monitoring without having to follow-up later updating datasources
post-merge task:
WOETHPriceUpdated