From 74daea17d7372ab0b72cd88df58b111fbebf06a4 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 10 Nov 2025 16:31:51 -0400 Subject: [PATCH] PartyInfo.working(); DeployMock/Sep LP token amount fix --- script/DeploySepolia.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/DeploySepolia.sol b/script/DeploySepolia.sol index 12dbb3a..6e325fa 100644 --- a/script/DeploySepolia.sol +++ b/script/DeploySepolia.sol @@ -113,7 +113,7 @@ contract DeploySepolia is Script { msg.sender, // payer: this script msg.sender, // receiver of initial LP initialDeposits, - 10000, + 10_000 * 10**18, 0 ); @@ -151,7 +151,7 @@ contract DeploySepolia is Script { msg.sender, // payer: this script msg.sender, // receiver of initial LP initialDeposits, - 10000, + 10_000 * 10**18, 0 ); @@ -185,7 +185,7 @@ contract DeploySepolia is Script { msg.sender, // payer: this script msg.sender, // receiver of initial LP initialDeposits, - 10000, + 10_000 * 10**18, 0 );