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

Missing ERC20 Token #5

Open
Escaflownevan opened this issue Feb 9, 2022 · 3 comments
Open

Missing ERC20 Token #5

Escaflownevan opened this issue Feb 9, 2022 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Escaflownevan
Copy link

Hi!
at first, thanks for this great tool! I've got one problem... at some wallets missing some/all ERC20 tokens.

Reproduce:
Check this wallet: 0x2BC195ceb9a005195D35A553376aEa9cc32664B6
There are these tokens: LPT, DAV, WPR, VIN, EGT, HYB

This is my log:
ignored token EUR : can't find it's coingecko id...
ignored token HYB : can't find it's coingecko id...
ignored token VIN : can't find it's coingecko id...

So there are 4 undected tokens. EGT is a dead coin doesn't matter. But LPT, DAV, WPR all on coingecko listed.

Possible to fix?

@shunjizhan
Copy link
Owner

shunjizhan commented Feb 11, 2022

Hi! Thanks for letting me know, and I actually have seen this problem too, can't find some id when it should...

there are two things I can improve when I got a chance:

  • improve how it looks for coingecko id
  • also would be nice to have some way to manually set the mapping of token => id if can't find it.

recently I have been super busy to fix it, but will let you me as soon as there is a fix : )

@shunjizhan
Copy link
Owner

shunjizhan commented Feb 11, 2022

At the same time, a work around for your own portfolio, is to put these missing token as USDT value, to at least make your portfolio net worth more accurate.

For example, if you have 1 BTC and can't find it's id, then put a hardcoded

{
  USDT: 43000,
}

into other assets, which compensates for the missing 1 BTC for your total portfolio value.

@shunjizhan shunjizhan added bug Something isn't working enhancement New feature or request labels Feb 11, 2022
@Escaflownevan
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants