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