Replies: 1 comment 1 reply
-
Using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys - can anyone help with this?
Is it possible to do the following using BigNumber in ethers?
If I complete a transaction using a DEX with $1 of USDC it shows as 1,000,000 wei so ether equivalent therefore 0.000000000001?
I want to send a transaction using my Javascript (swapexacttokensfortokens) and have '1'
ethers.utils.parseUnits(`1', 'ether');
How do I get from 1 to the correct conversion?
Beta Was this translation helpful? Give feedback.
All reactions