From 9b0bfa69d56ed048225cc6e9ee5865b3a2c25972 Mon Sep 17 00:00:00 2001 From: Equious <76449140+Equious@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:28:12 -0700 Subject: [PATCH] Update +page.md Removal of diagram tag. --- courses/uniswap-v2/7-twap/1-twap-spot-price-oracle/+page.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/courses/uniswap-v2/7-twap/1-twap-spot-price-oracle/+page.md b/courses/uniswap-v2/7-twap/1-twap-spot-price-oracle/+page.md index f2a717d3a..ec7cbe218 100644 --- a/courses/uniswap-v2/7-twap/1-twap-spot-price-oracle/+page.md +++ b/courses/uniswap-v2/7-twap/1-twap-spot-price-oracle/+page.md @@ -16,9 +16,7 @@ Let's imagine a lending protocol that allows users to borrow DAI by locking ETH A hacker could exploit this protocol by manipulating the spot price of ETH. They could buy a large amount of ETH with DAI, increasing the price. Then, they could borrow a large amount of DAI, exceeding the value of their collateral. -**Diagram:** [Insert Diagram Here] - -In the diagram, the hacker: +Imagine a hacker: 1. Buys 832 WETH using 10,000,000 DAI, increasing the spot price of ETH to 71,819 DAI per ETH. 2. Borrows 5,745,599 DAI by locking 100 ETH as collateral.