Skip to content

Commit

Permalink
update script with correct variables
Browse files Browse the repository at this point in the history
  • Loading branch information
crispymangoes committed Oct 2, 2023
1 parent 26f1cf9 commit b241b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prod/CreateVestingTimelock.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import "forge-std/Script.sol";
contract CreateVestingTimelockScript is Script {
// TimelockController private controller = TimelockController(payable(0xAa71f75fb6948a6c814A28675241FC5E3bCaC355));
address private somm = 0xa670d7237398238DE01267472C6f13e5B8010FD1;
address private dest = 0xA9962a5BfBea6918E958DeE0647E99fD7863b95A;
address private dest = 0xf449eede7c26a1a051fd9f3a4dd29eba42782904;
address private devOwner = 0x552acA1343A6383aF32ce1B7c7B1b47959F7ad90;

TimelockController private timelock;
Expand Down

0 comments on commit b241b50

Please sign in to comment.