-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: uni list mapping #766
base: feat/coingecko-top-500
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Nice you fixed the issues of typescript. I didn't see any TS related changes, how come this works now 🤯
Should you include some notes in the README on what this generates and how to run it?
It would be nice to describe there the general strategy to populate the lists.
console.log(`🥇 ${logMessage} on chain ${chainId}`) | ||
|
||
tokens.forEach((token, index) => { | ||
const volumeStr = token.volume ? `: $${token.volume}` : '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit (just suggestion): since you are improving this, u could add https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat, as the volume was a bit hard to read
Summary
Uni map listing
Additionally: