Skip to content

Commit

Permalink
fix: corrections for linters
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Oct 28, 2024
1 parent 09c4d1d commit faa48a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocol/0090-VAMM-automated_market_maker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,4 @@ wBTC
wei
whitepaper
Yubikey
ACs

0 comments on commit faa48a3

Please sign in to comment.