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

chore: update RPG and MIX token data #226

Merged
merged 5 commits into from
Aug 24, 2023

Conversation

Chef-Yogi
Copy link
Contributor

No description provided.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 23, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5906fca
Status: ✅  Deploy successful!
Preview URL: https://20bc88eb.token-list.pages.dev
Branch Preview URL: https://chore-update-rpg-and-mix-tok-ye81.token-list.pages.dev

View logs

@@ -44,7 +44,7 @@ const getTokensChainData = async (listName: string, addressArray?: string[], cha
symbol: tokenInfoResponse?.[i * 3]?.[0] ?? "",
address,
chainId,
decimals: tokenInfoResponse[i * 3 + 2][0],
decimals: tokenInfoResponse?.[i * 3 + 2]?.[0] ?? 18,
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we add a todo here? We shouldn't set default decimal. Should filter those invalid results instead

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok got it

@Chef-Yogi Chef-Yogi merged commit 610b787 into main Aug 24, 2023
2 checks passed
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.

2 participants