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

cw20-ics20: AmountOverflow error #687

Open
giansalex opened this issue Mar 24, 2022 · 0 comments
Open

cw20-ics20: AmountOverflow error #687

giansalex opened this issue Mar 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@giansalex
Copy link
Contributor

giansalex commented Mar 24, 2022

Thrown from

if self.amount.u128() > (u64::MAX as u128) {

I'm testing with osmosis LPs (18 decimals), this would affect the evm tokens: EVMOS, Cronos, (18 decimals).

Max amount allowed: ~18.4 EVMOS

@giansalex giansalex changed the title cw20-ics20: AmountOverflow cw20-ics20: AmountOverflow error Mar 24, 2022
@uint uint added the bug Something isn't working label Nov 1, 2022
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

No branches or pull requests

2 participants