ethernaut icon indicating copy to clipboard operation
ethernaut copied to clipboard

Levels/price it

Open ItayLevyOfficial opened this issue 2 years ago • 3 comments

A short level about flash loans & price manipulation.

ItayLevyOfficial avatar May 30 '22 10:05 ItayLevyOfficial

Hey, can someone review my pr?

ItayLevyOfficial avatar Jul 22 '22 09:07 ItayLevyOfficial

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 ?

xaler5 avatar Jan 11 '23 09:01 xaler5

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!

ItayLevyOfficial avatar Jan 27 '23 12:01 ItayLevyOfficial