Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 512 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 512 Bytes

4626-vaults-attack-playground

A already set-up 4626-vault project to discover existing attacks, or just play around to better understand its mechanisms

Contracts

  • Vault : This contract implement the post-update Vault contract by Open-Zeppelin, which mitigate the inflation attack risk
  • PreUpdateVault : Modification of _convertToShares and _convertToAssets functions back to their old implementation, which is vulnerable to the inflation attack