-
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
Adapter for daily fees and daily revenue data, for assetchain blockchain #2029
Conversation
The assetchain.ts adapter exports:
|
Hello @0xngmi |
@theiceeman sorry for the delay, reviewing it now |
.gitignore
Outdated
.idea | ||
yarn.lock |
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.
please remove this
The assetchain.ts adapter exports:
|
fees/assetchain.ts
Outdated
return epochData.reduce((acc: any, data: any) => acc + +data.epochFee, 0) | ||
} | ||
|
||
export async function getPrice() { |
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 PR is mostly good except for this PR, I cant find the token on coingecko, is it traded in some exchange atm?
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, it is.
There is a coinmarketcap page here for the token.
https://coinmarketcap.com/currencies/xend-finance/
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.
Hello @g1nt0ki
does this dispell your concerns?
can we proceed with merging the pr pls
Thanks
The assetchain.ts adapter exports:
|
@theiceeman i try refill data but it still 0 every day is it correct ? |
Let me confirm this pls |
No description provided.