Skip to content

Commit

Permalink
new deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed May 2, 2024
1 parent 45d92ef commit 3a702dd
Show file tree
Hide file tree
Showing 3 changed files with 2,600 additions and 2,014 deletions.
10 changes: 5 additions & 5 deletions packages/contracts/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ contract DeployScript is Script {

uint256 startRegistration = 1714953600;
uint256 endRegistration = 1715212800;
uint256 start = 1715299200;
uint256 end = 1715385599;
uint256 start = 1714660299;
uint256 end = 1715342400;

address USDC = 0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238;

Expand All @@ -20,14 +20,14 @@ contract DeployScript is Script {
5 ether,
start,
end,
2500000 ether,
500000 ether,
1000000 ether,
1000000 ether,
2000000 ether,
startRegistration,
endRegistration
);

sale.setMinContribution(200 ether);
sale.setMinContribution(1 ether);

vm.stopBroadcast();
}
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts/wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ export default defineConfig({
contracts: [
{
name: "CtzndSale",
address: "0xBe9fF1A0BdF6979534784F1B80fE0e60803f334C",
address: "0xf2eacaa2b8374d648b2f1bab51c0e0add18ec0d1",
},
],
}),
foundry({
project: "./",
exclude: ["MockERC20.sol"],
exclude: ["MockERC20.sol", "Sale.d.sol"],
deployments: {
Project: {
Sale: {
31337: "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0",
},
},
Expand Down
Loading

0 comments on commit 3a702dd

Please sign in to comment.