PartyInfo.working(); DeployMock/Sep LP token amount fix
This commit is contained in:
@@ -113,7 +113,7 @@ contract DeploySepolia is Script {
|
|||||||
msg.sender, // payer: this script
|
msg.sender, // payer: this script
|
||||||
msg.sender, // receiver of initial LP
|
msg.sender, // receiver of initial LP
|
||||||
initialDeposits,
|
initialDeposits,
|
||||||
10000,
|
10_000 * 10**18,
|
||||||
0
|
0
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ contract DeploySepolia is Script {
|
|||||||
msg.sender, // payer: this script
|
msg.sender, // payer: this script
|
||||||
msg.sender, // receiver of initial LP
|
msg.sender, // receiver of initial LP
|
||||||
initialDeposits,
|
initialDeposits,
|
||||||
10000,
|
10_000 * 10**18,
|
||||||
0
|
0
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -185,7 +185,7 @@ contract DeploySepolia is Script {
|
|||||||
msg.sender, // payer: this script
|
msg.sender, // payer: this script
|
||||||
msg.sender, // receiver of initial LP
|
msg.sender, // receiver of initial LP
|
||||||
initialDeposits,
|
initialDeposits,
|
||||||
10000,
|
10_000 * 10**18,
|
||||||
0
|
0
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user