ethernaut
ethernaut copied to clipboard
Levels/price it
A short level about flash loans & price manipulation.
Hey, can someone review my pr?
Hello @ItayLevyOfficial
Thanks for this, it's a quite interesting level honestly and I would love to have it added. However I see it uses fork from rinkeby. I see some issues here:
- Ethernaut is working now on multiple networks
- Rinkeby is deprecated
- Users should be able to solve the level playing it on ethernaut.openzeppelin.com but here you would need an API key to do the forking
I think all these issues can be solved if mocks of contracts are used and deployed instead of the fork.
Wdyt ?
Hey, thanks for your comment. I tried to implement your idea, but the gas price for creating a level instance gets over the block gas limit in this case. What can I do? Thanks!