From 17fc45014d7d0faf99d7736c55d6d501b1a290f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Mu=C3=B1oz-McDonald?= Date: Thu, 15 Feb 2024 03:19:47 +0900 Subject: [PATCH] Added warning to readme --- src/flashloan/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flashloan/README.md b/src/flashloan/README.md index b801cf6..b823870 100644 --- a/src/flashloan/README.md +++ b/src/flashloan/README.md @@ -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) |