-
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: Sobal DEX Volume & Fees #653
Conversation
The sobal adapter exports:
|
The sobal.ts adapter exports:
|
@0xngmi could it be that the chain is unsupported? Would this prevent me pulling in DEX Volume data due to the function being unable to pick up the block number for the timestamp listed? The subgraph itself is probably empty of volume amounts due to token pricing issues but I assume we should still see a summary? |
probably volume it not change then prev-now it eq 0 |
seem the graph have five record, 0 all record
|
Thanks for your reply and for checking @dtmkeng I expected the fee data to be 0 as we have an issue with USD prices of token on the subtraph at the moment The actual problem I have is with the Volume task which doesn’t load any data at all when testing (dexs/sobal/index.ts) Would it be possible to check if for me? Thanks! |
yeah it like fees data is zero |
The sobal adapter exports:
|
The sobal.ts adapter exports:
|
The sobal adapter exports:
|
The sobal.ts adapter exports:
|
@dtmkeng It's working now but the defillama block lookup URL seems to be passing back the incorrect block number |
The sobal adapter exports:
|
The sobal.ts adapter exports:
|
Ignore this, I worked out the network should be neon_evm. All sorted and ready for testing & merge! |
ok could you remove change from |
The sobal adapter exports:
|
Done! Thank you for catching that 🙏 |
The sobal.ts adapter exports:
|
Opening this draft as having issues with testing
Will update shortly