smartcontractkit / full-blockchain-solidity-course-py

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
MIT License
10.76k stars 2.9k forks source link

Chapter 13, Full Stack Defi: Add USDC #1759

Open razzyG opened 1 year ago

razzyG commented 1 year ago

Hi all,

I am trying to add USDC to the form instead of WETH but I keep running into an error from MetaMask saying I do not have enough funds for the transaction.

I assume this is because of the decimal differences with USDC and the other tokens (6 vs 18).

Does anyone know how to work around this by any chance?