Replies: 1 comment
-
Never mind I'm tripping, the value we are trying to approve is 0.000010 USDC and the calldata encoding is correct. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Here in the lesson we want to approve 10 USDC to an address and encode it using
cast calldata
but why aren't we accounting for precision as UDSC has 6 decimals, shouln't it be 10_000_000?Beta Was this translation helpful? Give feedback.
All reactions