-
Notifications
You must be signed in to change notification settings - Fork 1k
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 OhMyCrypt #855
add OhMyCrypt #855
Conversation
The OhMyCrypt adapter exports:
|
The OhMyCrypt adapter exports:
|
set start time |
dexs/OhMyCrypt/index.ts
Outdated
const todaysTimestamp = getTimestampAtStartOfDayUTC(timestamp); | ||
const graphQueryusdcday = gql` | ||
query { | ||
activeOrders(where: {timestamp_gte: ${todaysTimestamp}, t2:"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" }) { |
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.
could you change query like this https://github.com/DefiLlama/dimension-adapters/blob/master/fees/curve.ts#L32
fiter yesterday data
dexs/OhMyCrypt/index.ts
Outdated
`; | ||
const graphQuerydaiday = gql` | ||
query { | ||
activeOrders(where: {timestamp_gte: ${todaysTimestamp}, t2:"0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb" }) { |
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.
could you change query like this https://github.com/DefiLlama/dimension-adapters/blob/master/fees/curve.ts#L32
fiter yesterday data
The OhMyCrypt adapter exports:
|
The OhMyCrypt adapter exports:
|
GM, this is an addition to the PR posted on the DefiLlama-adapters repo.
Our project is launching in a few hours on Base (explanation to the low volume)
Thanks