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

fix: use tokenId instead of symbol for send funds lookup where possible #1765

Merged
merged 3 commits into from
Dec 24, 2024

Conversation

alecdwm
Copy link
Member

@alecdwm alecdwm commented Dec 24, 2024

Prevents a bug when the same symbol is used by multiple tokens on one network.

e.g. USDC vs USDC.e vs whUSDC (which is also just USDC in the contract) on Polygon.

prevents a bug when the same symbol is used by multiple tokens on one network
e.g. USDC vs USDC.e vs whUSDC (which is also just USDC in the contract) on polygon
@alecdwm alecdwm added the bug A bug label Dec 24, 2024
@alecdwm alecdwm requested a review from chidg December 24, 2024 01:54
@alecdwm alecdwm self-assigned this Dec 24, 2024
@alecdwm alecdwm enabled auto-merge (squash) December 24, 2024 01:54
@alecdwm alecdwm requested a review from chidg December 24, 2024 02:24
Copy link
Contributor

@chidg chidg left a comment

Choose a reason for hiding this comment

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

LGTM

@alecdwm alecdwm merged commit cbe75b2 into dev Dec 24, 2024
6 checks passed
@alecdwm alecdwm deleted the fix/send-funds-asset-details-balance-lookup branch December 24, 2024 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants