Issue with FlashLoanArbitrage + Use FakeDex to simulate (able to deploy FakeDex, but unable to execute functions) #6002
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my code repo:
https://github.com/Glow-in-the-dark/Solidity_Flashloan_Hardhat
I am able to deploy on Sepolia Testnet, with:
I am trying to deposit DAI, so that after deposit, i can then run the buyDAI() function, to buy DAI at a discount.

However, when i tried to call the
depositDAI()
anddepositUSDC()
functionsthe seems like nothing happen. it just keep saying pending. (Not sure what's the issue)
Beta Was this translation helpful? Give feedback.
All reactions