Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Aug 5, 2024
1 parent 9d55b9d commit a68880f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/DeployPriorityOrderReactor.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ contract DeployPriorityOrderReactor is Script, DeployPermit2 {
}

// will deploy to: 0x00000000e990A30496431710d6B58384a603b45c
PriorityOrderReactor reactor = new PriorityOrderReactor{salt: 0xee73c108815b7b841a11030c53600e3a1d8a5dd2d42966e386e5107a3da56e81}(IPermit2(PERMIT2), UNI_TIMELOCK);
PriorityOrderReactor reactor = new PriorityOrderReactor{
salt: 0xee73c108815b7b841a11030c53600e3a1d8a5dd2d42966e386e5107a3da56e81
}(IPermit2(PERMIT2), UNI_TIMELOCK);
console2.log("Reactor", address(reactor));

OrderQuoter quoter = new OrderQuoter{salt: 0x00}();
Expand Down

0 comments on commit a68880f

Please sign in to comment.