ctc dex chart always returns could not determine dex class of pool
See original GitHub issueHello, first of all thank you for working on this tool because it’s truly awesome. I have a little problem when i try to get the chart of a given pool. Whenever i try to get the chart i always get the following error: could not determine dex class of pool
. Here is the command i tried to use: ctc dex chart 0x5c6Ee304399DBdB9C8Ef030aB642B10820DB8F56
I tried the same thing both from a Windows 10 machine using an Infura mainnet node and a Linux machine with a self hosted node, both using Geth.
It looks like the line dex_pool = await db.async_query_dex_pool(address=pool, network=network)
in line 120 of dex_class_utils.py always returns None
. Am i doing something wrong?
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
2022 Publication 17 - IRS
This publication covers some subjects on which a court may have made a decision more favorable to taxpayers than the interpretation by the...
Read more >ERIC-ED473817.pdf - GovInfo
cannot always do just what they want to do or what they are best at. There is a certain amount of give and...
Read more >AALL1331 - ClinicalTrials.gov
THIS PROTOCOL IS FOR RESEARCH PURPOSES ONLY, AND SHOULD NOT BE COPIED, REDISTRIBUTED OR USED FOR. ANY OTHER PURPOSE.
Read more >Understanding the Journey: A Parent's Guide to DIPG
This book is written to provide information about childhood cancer and should not be used as an alternative to receiving professional advice.
Read more >NCIC Code Manual as of March 31, 2021 - Oregon.gov
Article records containing a TYP Field Code beginning with T, Q, or Z will be retained indefinitely until canceled or cleared. Code. Article ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe a similar issue to what I am seeing - 0 pools found when running
ctc dex pools
Windows:
Linux:
to resolve this issue should