Skip to content

Commit

Permalink
fee2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZlotin committed Dec 22, 2024
1 parent eb2cda5 commit bfc82f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ contract Deploy is BaseScript {

// fee00 = _admin(owner, weth, 0x55669ad6a3db66a4a3bbfe640c9faa64095a75a5228cf52464f4a449257ee6c5);
// fee01 = _admin(owner, weth, 0xab1462bd378a47c5676f45ed8b1f1de08ddf212e2525b6c82e7c2c11c41590d2);
address fee02 = _admin(owner, weth, 0x668fa19c8dfec98130ebcc64b727ecf11105987af78936a05550a1f6679b16cc);

//reactor = _reactor(bytes32(uint256(0)));
//reactor2 = _reactor(bytes32(uint256(1)));

//executor = _executor(reactor, admin);
executor = _executor(0x35db01D1425685789dCc9228d47C7A5C049388d8, 0x000066320a467dE62B1548f46465abBB82662331);
//executor = _executor(0x35db01D1425685789dCc9228d47C7A5C049388d8, 0x000066320a467dE62B1548f46465abBB82662331);

//repermit = _repermit();
//reactorPartial = _partialreactor(repermit);
Expand Down
3 changes: 2 additions & 1 deletion script/input/deployments.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"*": {
"fee00": "0xfeE0000a55d378afbcbBAEAEf29b58F8872b7F02",
"fee01": "0xFee01004A4f90978Fe64153fB5014bfa134D1eE6"
"fee01": "0xFee01004A4f90978Fe64153fB5014bfa134D1eE6",
"fee02": "0xfEE02006B7F684B5234bBd6837C628A03A753C0e"
},
"56": {
"executorPCSX": "0xE9aC98F3B25c15B3a47c53639FfdCB090eEe49D4"
Expand Down

0 comments on commit bfc82f9

Please sign in to comment.