Skip to content

Commit

Permalink
Add broadcast artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinweaver committed Jun 20, 2024
1 parent d50371e commit 9f28e3f
Show file tree
Hide file tree
Showing 11 changed files with 1,039 additions and 139 deletions.
70 changes: 70 additions & 0 deletions broadcast/DeployAirdropFactory.s.sol/11155111/run-1718925087.json

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions broadcast/DeployAirdropFactory.s.sol/11155111/run-1718925350.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions broadcast/DeployAirdropFactory.s.sol/11155111/run-latest.json

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions broadcast/DeployAirdropFactory.s.sol/8453/run-1718925243.json

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions broadcast/DeployAirdropFactory.s.sol/8453/run-1718925406.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions broadcast/DeployAirdropFactory.s.sol/8453/run-latest.json

Large diffs are not rendered by default.

307 changes: 307 additions & 0 deletions broadcast/DeployAirdropToken.s.sol/8453/run-1718925517.json

Large diffs are not rendered by default.

307 changes: 307 additions & 0 deletions broadcast/DeployAirdropToken.s.sol/8453/run-1718925581.json

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions broadcast/DeployAirdropToken.s.sol/8453/run-latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion script/DeployAirdropFactory.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract DeployAirdropFactory is Script {
vm.broadcast();
AirdropFactory tokenFactory = new AirdropFactory{salt: AIRDROP_FACTORY_SALT}(_owner);

console.log("tokenFactory", address(tokenFactory));
console.log("Airdrop Factory: ", address(tokenFactory));

return tokenFactory;
}
Expand Down
2 changes: 1 addition & 1 deletion script/DeployAirdropToken.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract DeployAirdropToken is Script {

vm.broadcast();
RunParams memory params = RunParams({
factory: 0xCdDCA68c35cf86230EcBcfBA5437e8B97b237A05,
factory: 0x13a0dFb64FFaE6BB58bbAB81cA8d17cb259C183f,
name: "",
symbol: "",
initialPricePerEth: 0.01 ether,
Expand Down

0 comments on commit 9f28e3f

Please sign in to comment.