totlsota
totlsota
This is the number one aspect that keeps me checking other tools/scripts/etherscan. With thanks, otterscan is great.
using [raydium idl](https://solscan.io/account/CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK#anchorProgramIDL) `anchorpy client-gen` fails with error: "unknown variant `alias`, expected `struct` or `enum`" when encountering this in the `types` section: ```json {"name":"TickArryBitmap","type":{"kind":"alias","value":{"array":["u64",8]}}} ``` this error is raised: ```bash...
``` python all_ticker = pandas.read_csv('./all_ticker.txt', parse_dates=[0], index_col=0) ``` missing _./all_ticker.txt_ file from git repo