From 7ea95b6e306ab53d90cc010200f56d2a0857be41 Mon Sep 17 00:00:00 2001
From: DanielZlotin <danielzlotin@users.noreply.github.com>
Date: Mon, 6 Jan 2025 17:43:31 +0200
Subject: [PATCH] fee

---
 script/Deploy.s.sol           | 15 ++++++++-------
 script/input/deployments.json |  3 ++-
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/script/Deploy.s.sol b/script/Deploy.s.sol
index e0d5832..9161630 100644
--- a/script/Deploy.s.sol
+++ b/script/Deploy.s.sol
@@ -18,17 +18,18 @@ contract Deploy is BaseScript {
         address owner = vm.envAddress("OWNER");
         address weth = vm.envAddress("WETH");
 
-        admin = _admin(owner, weth, bytes32(uint256(0x9563)));
-        _whitelist(Admin(payable(admin)));
+        //admin = _admin(owner, weth, bytes32(uint256(0x9563)));
+        //_whitelist(Admin(payable(admin)));
 
-        // fee00 = _admin(owner, weth, 0x55669ad6a3db66a4a3bbfe640c9faa64095a75a5228cf52464f4a449257ee6c5);
-        // fee01 = _admin(owner, weth, 0xab1462bd378a47c5676f45ed8b1f1de08ddf212e2525b6c82e7c2c11c41590d2);
+        //address fee00 = _admin(owner, weth, 0x55669ad6a3db66a4a3bbfe640c9faa64095a75a5228cf52464f4a449257ee6c5);
+        //address fee01 = _admin(owner, weth, 0xab1462bd378a47c5676f45ed8b1f1de08ddf212e2525b6c82e7c2c11c41590d2);
         //address fee02 = _admin(owner, weth, 0x668fa19c8dfec98130ebcc64b727ecf11105987af78936a05550a1f6679b16cc);
+        //address fee03 = _admin(owner, weth, 0x7622f2bb307bda72700fbabe78b8f2bc76c8d4f214e47ca34aa96b4e980947ce);
 
-        reactor = _reactor(bytes32(uint256(0)));
-        reactor2 = _reactor(bytes32(uint256(1)));
+        //reactor = _reactor(bytes32(uint256(0)));
+        //reactor2 = _reactor(bytes32(uint256(1)));
 
-        executor = _executor(reactor, admin);
+        //executor = _executor(reactor, admin);
         //executor = _executor(0x35db01D1425685789dCc9228d47C7A5C049388d8, 0x000066320a467dE62B1548f46465abBB82662331);
 
         //repermit = _repermit();
diff --git a/script/input/deployments.json b/script/input/deployments.json
index ef7b2b7..14a2a0e 100644
--- a/script/input/deployments.json
+++ b/script/input/deployments.json
@@ -2,7 +2,8 @@
     "*": {
         "fee00": "0xfeE0000a55d378afbcbBAEAEf29b58F8872b7F02",
         "fee01": "0xFee01004A4f90978Fe64153fB5014bfa134D1eE6",
-        "fee02": "0xfEE02006B7F684B5234bBd6837C628A03A753C0e"
+        "fee02": "0xfEE02006B7F684B5234bBd6837C628A03A753C0e",
+        "fee03": "0xFee0300139fd182aad5b0489845f0E89F3357935"
     },
     "56": {
         "executorPCSX": "0xE9aC98F3B25c15B3a47c53639FfdCB090eEe49D4"