Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorg files
Browse files Browse the repository at this point in the history
sogipec committed Oct 23, 2024
1 parent 29e0d05 commit 95ae1be
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

import "../DistributionCreator.sol";
import "../../DistributionCreator.sol";

/// @title MerklFraxIncentivizationHandler
/// @author Angle Labs, Inc.
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ pragma solidity ^0.8.17;
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";

import "../DistributionCreator.sol";
import "../../DistributionCreator.sol";

/// @title MerklGaugeMiddleman
/// @author Angle Labs, Inc.
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@ pragma solidity ^0.8.17;
import { ERC20Upgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";
import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
import "../DistributionCreator.sol";
import "../../DistributionCreator.sol";

import "../utils/UUPSHelper.sol";
import "../../utils/UUPSHelper.sol";

contract AaveTokenWrapper is UUPSHelper, ERC20Upgradeable {
using SafeERC20 for IERC20;
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { ERC20Upgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC2
import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import { IERC20, IERC20Metadata } from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";

import "../utils/UUPSHelper.sol";
import "../../utils/UUPSHelper.sol";

interface IDistributionCreator {
function distributor() external view returns (address);
File renamed without changes.

0 comments on commit 95ae1be

Please sign in to comment.