File tree Expand file tree Collapse file tree 5 files changed +3
-64
lines changed
base-chain/bridge-gateways Expand file tree Collapse file tree 5 files changed +3
-64
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
2
pragma solidity 0.6.12 ;
3
3
4
- import ". /IAMPL.sol " ;
4
+ import "uFragments/contracts/interfaces /IAMPL.sol " ;
5
5
6
6
interface IXCAmple is IAMPL {
7
7
function globalAMPLSupply () external view returns (uint256 );
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
5
5
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol " ;
6
6
7
7
import {IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol " ;
8
- import {IAmpleforth} from "../../_interfaces /IAmpleforth.sol " ;
8
+ import {IAmpleforth} from "uFragments/contracts/interfaces /IAmpleforth.sol " ;
9
9
import {ITokenVault} from "../../_interfaces/ITokenVault.sol " ;
10
10
import {IBridgeGateway} from "../../_interfaces/IBridgeGateway.sol " ;
11
11
Original file line number Diff line number Diff line change @@ -9060,7 +9060,7 @@ typewiselite@~1.0.0:
9060
9060
9061
9061
" uFragments@https://github.com/ampleforth/uFragments#master " :
9062
9062
version "0.0.1"
9063
- resolved "https://github.com/ampleforth/uFragments#6dde1cc08bc2febcf1b6b51e414727a35b66d11f "
9063
+ resolved "https://github.com/ampleforth/uFragments#d64668761d6d39727a5c4f4b77f35a7d9fc2625b "
9064
9064
dependencies :
9065
9065
hardhat-gas-reporter "^1.0.4"
9066
9066
openzeppelin-eth "2.0.2-standalone"
You can’t perform that action at this time.
0 commit comments