Skip to content

Commit

Permalink
refactor: registry update
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Aug 17, 2023
1 parent 7c3a57d commit ed391cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/indexer-nibi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ts-jest": "^28.0.0-next.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/@nibiruchain/indexer-nibi",
"registry": "https://registry.npmjs.org/",
"tag": "latest",
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nibijs/docs/classes/StableSwap.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ 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 + b\*x_1 = c
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
2 changes: 1 addition & 1 deletion packages/nibijs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typedoc-plugin-markdown": "^3.14.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/@nibiruchain/nibijs",
"registry": "https://registry.npmjs.org/",
"tag": "latest",
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/protojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "tsc --clean"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/@nibiruchain/protojs",
"registry": "https://registry.npmjs.org/",
"tag": "latest",
"access": "public"
},
Expand Down

0 comments on commit ed391cf

Please sign in to comment.