Skip to content

Commit

Permalink
Added warning to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-immunefi committed Feb 14, 2024
1 parent 2699609 commit 17fc450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flashloan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This template is for getting started with attack PoCs which use flash loans. The

| Network | Protocol | Library |
| ---------- | -------- | ------------------------------------------------------- |
| Ethereum | AAVEV1 | [AAVEV1FlashLoan](./lib/AAVEV1FlashLoan.sol) |
| Ethereum | AAVEV1 ⚠️ | [AAVEV1FlashLoan](./lib/AAVEV1FlashLoan.sol) |
| Ethereum | AAVEV2 | [AAVEV2FlashLoan](./lib/AAVEV2FlashLoan.sol) |
| Ethereum | AAVEV3 | [AAVEV3FlashLoan](./lib/AAVEV3FlashLoan.sol) |
| Ethereum | Euler | [EulerFlashLoan](./lib/EulerFlashLoan.sol) |
| Ethereum | Euler ⚠️ | [EulerFlashLoan](./lib/EulerFlashLoan.sol) |
| Ethereum | Balancer | [BalancerFlashLoan](./lib/BalancerFlashLoan.sol) |
| Ethereum | MakerDAO | [MakerDAOFlashLoan](./lib/MakerDAOFlashLoan.sol) |
| Ethereum | UniswapV2 | [UniswapV2FlashLoan](./lib/UniswapV2FlashLoan.sol) |
Expand Down

0 comments on commit 17fc450

Please sign in to comment.