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

bugfix: Link Balance Calculated Incorrectly #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bromulous
Copy link

Link emits a different transfer event than normal erc20s so we miscalculate the balance. This adds in listening for that event.

Random Link event chosen for test case:
0xbaf08c360fc8f6098adbe2c7c3612106432123397dd2d5b84d042c1786261207

Previous result:
Screenshot 2023-08-11 at 6 24 05 PM

After change:
Screenshot 2023-08-11 at 6 27 26 PM

Link emits a different transfer event than normal erc20s so we miscalculate the balance.
This adds in listening for that event.

Random Link event chosen for test case:
0xbaf08c360fc8f6098adbe2c7c3612106432123397dd2d5b84d042c1786261207
@kchojn kchojn added the bug Something isn't working label Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants