From 4ac1f4ba245499fb2cd1654fd855e6e0f6471bc8 Mon Sep 17 00:00:00 2001 From: Charlie Date: Mon, 28 Oct 2024 13:44:31 +0000 Subject: [PATCH] fix: corrections for linters --- protocol/0090-VAMM-automated_market_maker.md | 3 ++- wordlist.txt | 2 ++ 2 files changed, 4 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..93a872763 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -362,3 +362,5 @@ wBTC wei whitepaper Yubikey +ACs +aep \ No newline at end of file