Skip to content

Commit

Permalink
externalDeployments
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZlotin committed Dec 8, 2024
1 parent 46fda36 commit 6529f0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 2 additions & 6 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ contract Deploy is BaseScript {
public
returns (
address admin,
address fee00,
address fee01,
address reactor,
address reactor2,
address executor,
address executorPCX,
address repermit,
address reactorPartial
)
Expand All @@ -34,14 +31,13 @@ contract Deploy is BaseScript {
admin = _admin(owner, weth, bytes32(uint256(0x9563)));
_whitelist(Admin(payable(admin)));

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

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

executor = _executor(reactor, admin);
executorPCX = _executor(0xDB9D365b50E62fce747A90515D2bd1254A16EbB9, admin);

repermit = _repermit();
reactorPartial = _partialreactor(repermit);
Expand Down
3 changes: 0 additions & 3 deletions script/input/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"admin": "0x000066320a467dE62B1548f46465abBB82662331",
"executor": "0x9B350b26B82F3c088e1C0C345a904ee5EB655E15",
"executorPCX": "0xE9aC98F3B25c15B3a47c53639FfdCB090eEe49D4",
"fee00": "0xfeE0000a55d378afbcbBAEAEf29b58F8872b7F02",
"fee01": "0xFee01004A4f90978Fe64153fB5014bfa134D1eE6",
"reactor": "0xc19E284C8f5ccef721a761d0CA18dc8E9a612aFd",
"reactor2": "0x41EECa1CAccD83757c84ad6531B935F4600AA094",
"reactorPartial": "0x733aB5c10ad6D5183a135C733C135F9aBD4Ef0EA",
Expand Down
9 changes: 9 additions & 0 deletions script/input/deployments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"*": {
"fee00": "0xfeE0000a55d378afbcbBAEAEf29b58F8872b7F02",
"fee01": "0xFee01004A4f90978Fe64153fB5014bfa134D1eE6"
},
"56": {
"executorPCSX": "0xE9aC98F3B25c15B3a47c53639FfdCB090eEe49D4"
}
}

0 comments on commit 6529f0d

Please sign in to comment.