File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pragma solidity 0.8.23;
3
3
4
4
import {ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol " ;
5
5
6
- import {YieldMode} from "../../../ contracts/interfaces/IERC20Rebasing.sol " ;
6
+ import {YieldMode} from "../../contracts/interfaces/IERC20Rebasing.sol " ;
7
7
8
8
contract MockBlastERC20 is ERC20 {
9
9
mapping (address _contract = > YieldMode) public yieldMode;
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
2
pragma solidity ^ 0.8.20 ;
3
3
4
- import {YieldMode} from "../../../ contracts/interfaces/IERC20Rebasing.sol " ;
4
+ import {YieldMode} from "../../contracts/interfaces/IERC20Rebasing.sol " ;
5
5
6
6
contract MockBlastWETH {
7
7
string public name = "Wrapped Ether " ;
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
2
pragma solidity ^ 0.8.20 ;
3
3
4
- import {YieldMode, GasMode} from "../../../ contracts/interfaces/IBlast.sol " ;
4
+ import {YieldMode, GasMode} from "../../contracts/interfaces/IBlast.sol " ;
5
5
6
6
contract MockBlastYield {
7
7
struct Config {
You can’t perform that action at this time.
0 commit comments