Skip to content

Commit

Permalink
test: forcing a change
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Sep 22, 2023
1 parent 8a13250 commit 78515f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/indexer-nibi/src/heart-monitor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const heartMonitor = new HeartMonitor({
endptTm: "https://hm-graphql.itn-2.nibiru.fi",
})

// forcing a change

describe("Heart Monitor constructor", () => {
interface TestCase {
name: string
Expand Down
2 changes: 1 addition & 1 deletion packages/nibijs/docs/classes/StableSwap.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ y()
Calculate x[j] if one makes x[i] = x

Done by solving quadratic equation iteratively.
x*1**2 + x1 * (sum' - (A*n**n - 1) * D / (A _ n**n)) = D ** (n+1)/(n \*\* (2 _ n) \_ prod' \* A)
x*1\*\*2 + x1 * (sum' - (A*n\*\*n - 1) * D / (A _ n**n)) = D ** (n+1)/(n \*\* (2 _ n) \_ prod' \* A)
x_1\*\*2 + b\*x_1 = c

x_1 = (x_1\**2 + c) / (2*x_1 + b)
Expand Down

0 comments on commit 78515f5

Please sign in to comment.