Skip to content

Commit

Permalink
feat: reduced minimum amount in deploy script to .5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymnah committed Jan 19, 2024
1 parent 65fb583 commit b51c5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-v5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function main() {

const SaleFactory = new Sale__factory(deployer);
const saleRate = 75;
const minimumPurchaseStc = 250e6;
const minimumPurchaseStc = 7.5e6;
const initialSold = 0;
const SaleArgs = [
DeepSquare.address,
Expand Down

0 comments on commit b51c5dc

Please sign in to comment.