Skip to content

Commit

Permalink
improved smoothing rate conversion math on new lp deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncookiez committed Jun 30, 2024
1 parent 64b3ea8 commit 8b86846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/vault-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vault-factory",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev --port 3002",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const useSendDeployLiquidationPairTransaction = (
tokenOut,
BigInt(targetAuctionPeriod ?? 0),
targetAuctionPrice,
parseEther(smoothingFactor.toFixed(18))
parseEther(smoothingFactor.toFixed(6))
],
query: { enabled }
})
Expand Down

0 comments on commit 8b86846

Please sign in to comment.