From faa48a34b101aa72c83bdd1fc7844b169203db9d Mon Sep 17 00:00:00 2001 From: Charlie Date: Mon, 28 Oct 2024 13:22:07 +0000 Subject: [PATCH] fix: corrections for linters --- protocol/0090-VAMM-automated_market_maker.md | 3 ++- wordlist.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protocol/0090-VAMM-automated_market_maker.md b/protocol/0090-VAMM-automated_market_maker.md index c0d5cb904..6b984a38c 100644 --- a/protocol/0090-VAMM-automated_market_maker.md +++ b/protocol/0090-VAMM-automated_market_maker.md @@ -224,10 +224,11 @@ $$ Where the average execution price can now be calculated as: $$ -s_{aep} = \frac{s_a \cdot \Delta x_a + s_b \cdot \Delta x_b}{x_a + x_b} +s_{aep} = \frac{s_a \cdot \Delta x_a + s_b \cdot \Delta x_b}{x_a + x_b} $$ Where: + - $s_a$ is the best bid / offer price - $x_a$ is the volume traded at the best bid / offer - $s_b$ is the average execution price of the volume traded beyond the best bid / offer diff --git a/wordlist.txt b/wordlist.txt index b396ab1c2..151a468e1 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -362,3 +362,4 @@ wBTC wei whitepaper Yubikey +ACs \ No newline at end of file