diff --git a/script/Deploy.s.sol b/script/Deploy.s.sol index 088a7cd..57f152d 100644 --- a/script/Deploy.s.sol +++ b/script/Deploy.s.sol @@ -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 ) @@ -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); diff --git a/script/input/config.json b/script/input/config.json index f209085..2527cc6 100644 --- a/script/input/config.json +++ b/script/input/config.json @@ -1,9 +1,6 @@ { "admin": "0x000066320a467dE62B1548f46465abBB82662331", "executor": "0x9B350b26B82F3c088e1C0C345a904ee5EB655E15", - "executorPCX": "0xE9aC98F3B25c15B3a47c53639FfdCB090eEe49D4", - "fee00": "0xfeE0000a55d378afbcbBAEAEf29b58F8872b7F02", - "fee01": "0xFee01004A4f90978Fe64153fB5014bfa134D1eE6", "reactor": "0xc19E284C8f5ccef721a761d0CA18dc8E9a612aFd", "reactor2": "0x41EECa1CAccD83757c84ad6531B935F4600AA094", "reactorPartial": "0x733aB5c10ad6D5183a135C733C135F9aBD4Ef0EA", diff --git a/script/input/deployments.json b/script/input/deployments.json new file mode 100644 index 0000000..74fa6d3 --- /dev/null +++ b/script/input/deployments.json @@ -0,0 +1,9 @@ +{ + "*": { + "fee00": "0xfeE0000a55d378afbcbBAEAEf29b58F8872b7F02", + "fee01": "0xFee01004A4f90978Fe64153fB5014bfa134D1eE6" + }, + "56": { + "executorPCSX": "0xE9aC98F3B25c15B3a47c53639FfdCB090eEe49D4" + } +}