hello,can you make a video where can you explain how to implement logic for triangular arbitrage in a smart contract using solidity? im new and would like to learn more. thank you.
@hamdounimohamed70316 ай бұрын
github repo?
@0xvector Жыл бұрын
Thanks, this was really helpful. But on testing the 0.1eth to be withdrawn in the eth dev bootcamp tutorial, i keep recieving an error on parseUnits TypeError: Cannot read properties of undefined (reading 'parseUnits')
@bayramyasar208911 ай бұрын
you can try this" const lockedAmount = ethers.parseEther("0.01");" I was fixed like that