Skip to content

Commit

Permalink
fix: add virtual keyword back and removed extra imports in utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-poison committed Nov 22, 2023
1 parent 0472543 commit 0635ef6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ contract GlobalAuctionRebalanceExtension is BaseGlobalExtension {
uint256 _positionMultiplier
)
external
virtual
onlyOperator(_setToken)
{
address[] memory currentComponents = _setToken.getComponents();
Expand Down
2 changes: 0 additions & 2 deletions utils/deploys/deployGlobalExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
GlobalTradeExtension,
GlobalWrapExtension,
GlobalAuctionRebalanceExtension
GlobalWrapExtension,
GlobalAuctionRebalanceExtension
} from "../contracts/index";

import { GlobalBatchTradeExtension__factory } from "../../typechain/factories/GlobalBatchTradeExtension__factory";
Expand Down

0 comments on commit 0635ef6

Please sign in to comment.