File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: UNLICENSED
2
2
pragma solidity ^ 0.8.12 ;
3
- import {ERC20 } from "solmate/tokens/ERC20.sol " ;
4
- import {Owned} from "solmate/auth/Owned.sol " ;
3
+ import {ERC20 } from "../lib/ solmate/src /tokens/ERC20.sol " ;
4
+ import {Owned} from "../lib/ solmate/src /auth/Owned.sol " ;
5
5
import {ERC4626 } from "./interfaces/ERC4626.sol " ;
6
6
import {IBuyBack} from "./interfaces/IBuyBack.sol " ;
7
7
import {IBurner} from "./interfaces/IBurner.sol " ;
Original file line number Diff line number Diff line change 3
3
4
4
pragma solidity ^ 0.8.12 ;
5
5
6
- import {ERC20 } from "solmate/tokens/ERC20.sol " ;
6
+ import {ERC20 } from "../../lib/ solmate/src /tokens/ERC20.sol " ;
7
7
8
8
abstract contract ERC4626 is ERC20 {
9
9
event Deposit (
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: AGPL-3.0-only
2
2
pragma solidity >= 0.8.0 ;
3
3
4
- import {ERC20 } from "solmate/tokens/ERC20.sol " ;
4
+ import {ERC20 } from "../../lib/ solmate/src /tokens/ERC20.sol " ;
5
5
6
6
7
7
contract MockERC4624 is ERC20 {
You can’t perform that action at this time.
0 commit comments