Skip to content

Commit

Permalink
Remove FlexVotingClient and import it via flexible-voting dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
apbendi committed Oct 26, 2023
1 parent 91df870 commit b00cc5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 215 deletions.
3 changes: 1 addition & 2 deletions src/ATokenFlexVoting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {MintableIncentivizedERC20} from "aave-v3-core/contracts/protocol/tokeniz
import {IAaveIncentivesController} from "aave-v3-core/contracts/interfaces/IAaveIncentivesController.sol";
import {IPool} from "aave-v3-core/contracts/interfaces/IPool.sol";
import {Checkpoints} from "@openzeppelin/contracts/utils/Checkpoints.sol";

import {FlexVotingClient} from "src/FlexVotingClient.sol";
import {FlexVotingClient} from "flexible-voting/src/FlexVotingClient.sol";
// forgefmt: disable-end

/// @notice This is an extension of Aave V3's AToken contract which makes it possible for AToken
Expand Down
3 changes: 1 addition & 2 deletions src/CometFlexVoting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ pragma solidity >=0.8.10;
import {Comet} from "comet/Comet.sol";
import {CometConfiguration} from "comet/CometConfiguration.sol";
import {Checkpoints} from "@openzeppelin/contracts/utils/Checkpoints.sol";

import {FlexVotingClient} from "src/FlexVotingClient.sol";
import {FlexVotingClient} from "flexible-voting/src/FlexVotingClient.sol";

/// @notice This is an extension of Compound V3's Comet contract which makes it
/// possible for Comet token holders to still vote on governance proposals. This
Expand Down
211 changes: 0 additions & 211 deletions src/FlexVotingClient.sol

This file was deleted.

0 comments on commit b00cc5e

Please sign in to comment.