-
Notifications
You must be signed in to change notification settings - Fork 91
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 myx adapter #43
add myx adapter #43
Conversation
hi @marvin6en thanks for the pr. have some question :
|
@marvin6en can you please follow readme to expose the function required, and use the input and output schema mentioned in it |
|
I have confirmed that outputData.csv has been provided in the format you have requested |
hey @marvin6en i mean the gh repo link |
It's not public yet. |
hey @0xroll Is there anything else we need to modify? We want to merge this PR as soon as possible |
actually we would need the transfers to be tracked. this captures the correct owner also, any possibility of inviting me to your private subgraph repo? |
|
Hello, can you help me? @0xroll |
|
|
@marvin6en saw the repo. looks like currently the adapter is returning the lp address and lp balance? we will need them to be on underlying token asset level : eg : btc - usdc pair -> btc and usdc separately. and sum up these underlying token balance, to get the total balance of each asset. token balances will need bigINT (raw number) |
if (skip > 5000) { | ||
skip = 0 | ||
b_start = snapshotsArrays[snapshotsArrays.length - 1].block + 1 | ||
} |
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.
also curious on this part, why is this needed?
@marvin6en can you please close this pr and raise again. We have added a pr template which will help in reducing review back and forth |
No description provided.