Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed Apr 20, 2024
1 parent 948f29d commit 284c34f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/AaveCLRobotOperator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ contract AaveCLRobotOperatorTest is Test {
address constant WITHDRAW_ADDRESS = address(2);
address constant REGISTRY = 0x696fB0d7D069cc0bb35a7c36115CE63E55cb9AA6;
address constant REGISTRAR = 0xe601C5837307f07aB39DEB0f5516602f045BF14f;
address constant GUARDIAN = 0x9867Ce43D2a574a152fE6b134F64c9578ce3cE03;

address constant OLD_REGISTRY = 0x75c0530885F385721fddA23C539AF3701d6183D4;
address constant OLD_REGISTRAR = 0x4F3AF332A30973106Fe146Af0B4220bBBeA748eC;
Expand All @@ -42,7 +43,8 @@ contract AaveCLRobotOperatorTest is Test {
REGISTRY,
REGISTRAR,
WITHDRAW_ADDRESS,
GovernanceV3Optimism.EXECUTOR_LVL_1
GovernanceV3Optimism.EXECUTOR_LVL_1,
GUARDIAN // guardian
)
);
}
Expand Down

0 comments on commit 284c34f

Please sign in to comment.