PartyInfo.working(); DeployMock/Sep LP token amount fix

This commit is contained in:
tim
2025-11-10 16:31:51 -04:00
parent 89f4307ca0
commit 74daea17d7

View File

@@ -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
);