Skip to content
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

Removed all tokens with < USD500 daily volume #4986

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

johnsnewby
Copy link
Collaborator

@johnsnewby johnsnewby commented Feb 10, 2025

Using list at https://docs.google.com/spreadsheets/d/1ccanhwh2Ohu1SjdIlbSllv7TMTWkUu7ZYHbkhN4kb6c/edit?gid=1552352076#gid=1552352076 and the commands

cp validated-tokens.csv
for i in `cat less-than-500-vol.txt`; do grep -v $i new-strict.csv > tmp.csv; mv tmp.csv new-strict.csv; done
mv new-strict.csv validated-tokens.csv

@johnsnewby johnsnewby changed the title Removed all tokens with < US00 daily volume Removed all tokens with < USD500 daily volume Feb 10, 2025
Copy link

@MessiasMorten MessiasMorten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did several spot checks. Checks out <500 volume.

@9yoi 9yoi self-requested a review February 11, 2025 05:47
@9yoi 9yoi merged commit cfe92e1 into main Feb 11, 2025
1 check passed
@9yoi 9yoi deleted the fix/remove-low-volume-strict-list-members branch February 11, 2025 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants