Skip to content

Commit

Permalink
Port tests from global version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Dec 8, 2023
1 parent 5314e89 commit 03d7edf
Show file tree
Hide file tree
Showing 4 changed files with 777 additions and 5 deletions.
3 changes: 1 addition & 2 deletions contracts/adapters/OptimisticAuctionRebalanceExtension.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { AddressArrayUtils } from "../lib/AddressArrayUtils.sol";
import { IAuctionRebalanceModuleV1 } from "../interfaces/IAuctionRebalanceModuleV1.sol";
import { IBaseManager } from "../interfaces/IBaseManager.sol";
import { ISetToken } from "../interfaces/ISetToken.sol";
import { IDelegatedManager } from "../interfaces/IDelegatedManager.sol";
import {AuctionRebalanceExtension} from "./AuctionRebalanceExtension.sol";
import {AncillaryData } from "../lib/AncillaryData.sol";
import { AssetAllowList } from "../lib/AssetAllowList.sol";
Expand All @@ -48,7 +47,7 @@ contract OptimisticAuctionRebalanceExtension is AuctionRebalanceExtension, Asse

event ProductSettingsUpdated(
IERC20 indexed setToken,
address indexed delegatedManager,
address indexed manager,
OptimisticRebalanceParams optimisticParams,
bytes32 indexed rulesHash
);
Expand Down
Loading

0 comments on commit 03d7edf

Please sign in to comment.