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

Token-usda transfers aren't possible through extension due to post condition #313

Closed
JBotwina opened this issue Oct 28, 2021 · 1 comment · Fixed by #349
Closed

Token-usda transfers aren't possible through extension due to post condition #313

JBotwina opened this issue Oct 28, 2021 · 1 comment · Fixed by #349
Assignees

Comments

@JBotwina
Copy link
Contributor

JBotwina commented Oct 28, 2021

I believe there is an issue in how we are scaling the tokens. I tried to send 100 to an address, but the post condition below says that I tried to send 10,000.

https://explorer.alexgo.io/txid/0xbb80d84b9ad82e5233d739a8d5c090bdd67a1b6d87ef7e4ad470588df91a0345?chain=mainnet

This issue is not present with wbtc

@fiftyeightandeight
Copy link
Contributor

What is the code you called? WBTC is 8 decimal while USDA uses 2 decimals. So need to handle with that in mind.

@fiftyeightandeight fiftyeightandeight linked a pull request Nov 5, 2021 that will close this issue
@fiftyeightandeight fiftyeightandeight linked a pull request Nov 15, 2021 that will close this issue
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 a pull request may close this issue.

3 participants