FlipsideCrypto / near-models

Data models for the NEAR blockchain, originally built by the MetricsDAO community.

Home Page:https://flipsidecrypto.github.io/near-models/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several tokens missing from silver.token_labels

amasucci13 opened this issue · comments

User reported a bug in ez_dex_swaps, there are no decimal values for NearX swaps. Token contract v2-nearx.stader-labs.near is missing from the silver.token_labels model.

Token_labels_retriever.py returns this contract as well as several others not in silver. The python script needs to be re-ran to include these missing contracts + decimals. I tried running the script in DEV to update the seed CSV but got this error:

OSError: Cannot save file into a non-existent directory: '../data'

Assigning to @D0R11 since I believe they wrote the script.

commented

Will check this one, thanks for reporting!

commented

Ran the script on my end but will make a yml file as a new workflow so it'll run periodically. Will make a PR once done